There was an error while loading. Please reload this page.
2 parents 4bf0999 + 147b008 commit c91edf4Copy full SHA for c91edf4
1 file changed
pyproject.toml
@@ -83,15 +83,15 @@ dev-mkdocs = [
83
"frequenz-repo-config[lib] == 0.18.0",
84
]
85
dev-mypy = [
86
- "mypy == 2.1.0",
+ "mypy == 2.3.0",
87
"types-Markdown == 3.10.2.20260518",
88
# For checking the noxfile, docs/ script, and tests
89
"frequenz-client-dispatch[cli,dev-mkdocs,dev-noxfile,dev-pytest]",
90
"grpc-stubs == 1.53.0.6",
91
"types-protobuf == 7.34.1.20260518",
92
"types-python-dateutil == 2.9.0.20260716",
93
94
-dev-noxfile = ["nox == 2026.4.10", "frequenz-repo-config[lib] == 0.18.0"]
+dev-noxfile = ["nox == 2026.7.11", "frequenz-repo-config[lib] == 0.18.0"]
95
dev-pylint = [
96
"pylint == 4.0.6",
97
@@ -105,7 +105,7 @@ dev-pytest = [
105
"pytest-asyncio == 1.4.0",
106
"async-solipsism == 0.9",
107
"time-machine == 3.2.0",
108
- "hypothesis == 6.155.7",
+ "hypothesis == 6.163.0",
109
"frequenz-client-dispatch[cli]",
110
111
dev = [
0 commit comments