From b4ceabfc97a69077ad906581150097207e6ac55c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 12:28:28 +0000 Subject: [PATCH] chore(deps): update black requirement from <24.9,>=23.3 to >=23.3,<24.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/23.3.0...24.10.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 9ea940a..17342fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ lint = [ "pylint>=3.2.5,<3.3.0", "flake8>=5.0.4,<7.1.0", "pydocstyle>=6.1.1,<6.4.0", - "black>=23.3,<24.9", + "black>=23.3,<24.11", "flake8-black~=0.3.6", "flake8-import-order~=0.18.2", "flake8-bandit~=4.1.1",