From 708e05f1a8544e3a832e15867a6779fe3bc7d0db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 10:42:39 +0000 Subject: [PATCH] build(deps-dev): update black requirement from ^23.1.0 to ^24.1.1 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.1.0...24.1.1) --- 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 a87b8bf..ffdc42b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ classifiers = [ coverage = "^7.2.7" pyclean = "^2.2.0" pytest = "^7.2.1" - black = "^23.1.0" + black = "^24.1.1" [build-system] requires = ["poetry-core>=1.0.0"]