Skip to content

Commit 5b6e6aa

Browse files
committed
Set an upper limit on black to have better control if another major version released
1 parent 14e8095 commit 5b6e6aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Changelog = "https://exasol.github.io/python-toolbox/changelog.html"
4040

4141
[tool.poetry.dependencies]
4242
bandit = { extras = ["toml"], version = "^1.7.9" }
43-
black = ">=24.1.0"
43+
black = ">=24.1.0,<26"
4444
coverage = ">=6.4.4,<8.0.0"
4545
furo = ">=2022.9.15"
4646
importlib-resources = ">=5.12.0"

0 commit comments

Comments
 (0)