From 6b2948c4d53ed062eae79b30a4504d81705b7d06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 05:35:58 +0000 Subject: [PATCH] chore(deps): update black requirement from <23.0,>=22.1 to >=22.1,<25.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...24.4.2) --- 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 fc159da..1468d33 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ testing = [ quality = [ "flake8>=3.9.0", "isort>=5.7.0", - "black>=22.1,<23.0", + "black>=22.1,<25.0", "mypy>=0.812", "pydocstyle[toml]>=6.1.1", ] @@ -103,7 +103,7 @@ dev = [ # Quality "flake8>=3.9.0", "isort>=5.7.0", - "black>=22.1,<23.0", + "black>=22.1,<25.0", "mypy>=0.812", "pydocstyle[toml]>=6.1.1", # Docs