From a14524e4306bdaeb2c58852b89d8cfa485a88ad5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 03:54:57 +0000 Subject: [PATCH] Update black requirement from <23.4,>=22.0 to >=22.0,<23.8 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/22.1.0...23.7.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0f81ebb..b73845f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ keywords = [] [project.optional-dependencies] dev = [ - "black>=22.0,<23.4", # A deterministic code formatter + "black>=22.0,<23.8", # A deterministic code formatter "isort>=5.0,<5.13", # Standardized import sorting "tox>=3.20,<4.7", # Python test environment manager "twine>=3.3,<4.1", # Used to make releases to PyPI