We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 45750af + 2d24672 commit fe78adfCopy full SHA for fe78adf
pyproject.toml
@@ -90,7 +90,7 @@ dev-mypy = [
90
"types-protobuf == 6.32.1.20250918",
91
"types-python-dateutil == 2.9.0.20251008",
92
]
93
-dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[lib] == 0.13.5"]
+dev-noxfile = ["nox == 2025.10.16", "frequenz-repo-config[lib] == 0.13.5"]
94
dev-pylint = [
95
"pylint == 3.3.9",
96
# For checking the noxfile, docs/ script, and tests
@@ -104,7 +104,7 @@ dev-pytest = [
104
"pytest-asyncio == 1.2.0",
105
"async-solipsism == 0.8",
106
"time-machine == 2.19.0",
107
- "hypothesis == 6.140.3",
+ "hypothesis == 6.142.5",
108
"frequenz-client-dispatch[cli]",
109
110
dev = [
0 commit comments