We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b069815 commit cbb8855Copy full SHA for cbb8855
pyproject.toml
@@ -50,7 +50,7 @@ dependencies = [
50
]
51
# Lock file: requirements_dev.txt
52
optional-dependencies.dev = [
53
- "black == 25.1.0",
+ "black == 25.9.0",
54
"pylint == 3.3.8",
55
"pytest == 8.4.2",
56
requirements_dev.txt
@@ -1,5 +1,5 @@
1
astroid == 3.3.11
2
-black == 25.1.0
+black == 25.9.0
3
click == 8.3.0
4
colorama == 0.4.6
5
dill == 0.4.0
0 commit comments