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 cc3e2d6 + 4e3d48a commit 580b041Copy full SHA for 580b041
pyproject.toml
@@ -3,8 +3,8 @@
3
4
[build-system]
5
requires = [
6
- "setuptools == 80.1.0",
7
- "setuptools_scm[toml] == 8.2.0",
+ "setuptools == 80.4.0",
+ "setuptools_scm[toml] == 8.3.1",
8
"frequenz-repo-config[lib] == 0.13.3",
9
]
10
build-backend = "setuptools.build_meta"
@@ -88,7 +88,7 @@ dev-mypy = [
88
"types-protobuf == 5.29.1.20250403",
89
"types-python-dateutil == 2.9.0.20241206",
90
91
-dev-noxfile = ["nox == 2025.2.9", "frequenz-repo-config[lib] == 0.13.3"]
+dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[lib] == 0.13.3"]
92
dev-pylint = [
93
"pylint == 3.3.6",
94
# For checking the noxfile, docs/ script, and tests
0 commit comments