From 97687bd310612dcb0f44b2e120914a5237fa918b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Feb 2023 19:16:39 +0000 Subject: [PATCH] Update black requirement from <23.0,>=22.1 to >=22.1,<24.0 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.1.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2e848bf5c5..093676f47d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ testing = [ quality = [ "flake8>=3.9.0", "isort>=5.7.0", - "black>=22.1,<23.0", + "black>=22.1,<24.0", "mypy>=0.812", "pydocstyle[toml]>=6.1.1", ] @@ -104,7 +104,7 @@ dev = [ # Quality "flake8>=3.9.0", "isort>=5.7.0", - "black>=22.1,<23.0", + "black>=22.1,<24.0", "mypy>=0.812", "pydocstyle[toml]>=6.1.1", # Docs