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 31a5008 + d3c62f5 commit eca0a5aCopy full SHA for eca0a5a
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.3.1",
+ "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