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.
2 parents f1d1173 + db8257d commit 2fca568Copy full SHA for 2fca568
pyproject.toml
@@ -1,5 +1,5 @@
1
[build-system]
2
-requires = ["setuptools~=78.1"]
+requires = ["setuptools~=79.0"]
3
build-backend = "setuptools.build_meta"
4
5
[project]
@@ -38,7 +38,7 @@ black = [
38
"black==25.1.0",
39
]
40
ruff = [
41
- "ruff==0.11.5",
+ "ruff==0.11.6",
42
43
44
[project.scripts]
requirements_ruff.txt
@@ -1 +1 @@
-ruff==0.11.5
+ruff==0.11.6
0 commit comments