From e0d34eecfa64524b52838f23e10b6e5d80990db2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 19:59:32 +0000 Subject: [PATCH] Update black requirement from ^19.10b0 to ^23.11 Updates the requirements on [black](https://github.com/psf/black) to permit the latest version. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/19.10b0...23.11.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9caec711..e8a33a66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ python = "^3.10" requests = "^2.23.0" [tool.poetry.dev-dependencies] -black = "^19.10b0" +black = "^23.11" pytest = "^5.4.3" flake8 = "^3.8.3" pytest-mock = "^3.1.1"