aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-20 17:33:02 +0000
committerGitHub <noreply@github.com>2024-03-20 17:33:02 +0000
commit4603418cd08d142ac5276c282217364f909f46b8 (patch)
tree1dcc794f83bf91f34a9988766dcc252648d51cf4 /pyproject.toml
parentadded the readme for pypi (diff)
downloaddelf-4603418cd08d142ac5276c282217364f909f46b8.tar.gz
delf-4603418cd08d142ac5276c282217364f909f46b8.zip
Bump black from 23.11.0 to 24.3.0dependabot/pip/black-24.3.0
Bumps [black](https://github.com/psf/black) from 23.11.0 to 24.3.0. - [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.11.0...24.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index e02e0fc..b3e5a23 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -27,7 +27,7 @@ mypy = "^1.6.1"
pylint = "^3.0.2"
bandit = "^1.7.5"
ruff = "^0.1.1"
-black = "^23.10.0"
+black = ">=23.10,<25.0"
[build-system]
requires = ["poetry-core>=1.0.0"]