We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f15e224 commit ea5aad2Copy full SHA for ea5aad2
1 file changed
pyproject.toml
@@ -36,7 +36,7 @@ requests = { version ="^2.22.0", optional = true }
36
pytest = { version= "^8.0.0", optional = true }
37
pytest-benchmark = { version = "^4.0", optional = true }
38
flake8 = { version = "^5.0.4", optional = true }
39
-black = { version = "==25.11.0", optional = true }
+black = { version = ">=24.8.0", optional = true }
40
41
[tool.poetry.extras]
42
dev = [
0 commit comments