We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee9ebca + 8fa553b commit 3141372Copy full SHA for 3141372
1 file changed
pyproject.toml
@@ -69,9 +69,9 @@ dev-flake8 = [
69
"pydoclint == 0.8.3",
70
"pydocstyle == 6.3.0",
71
]
72
-dev-formatting = ["black == 26.3.1", "isort == 8.0.1"]
+dev-formatting = ["black == 26.5.1", "isort == 8.0.1"]
73
dev-mkdocs = [
74
- "black == 26.3.1",
+ "black == 26.5.1",
75
"Markdown == 3.10.2",
76
"mike == 2.2.0",
77
"mkdocs-gen-files == 0.6.1",
@@ -105,7 +105,7 @@ dev-pytest = [
105
"pytest-asyncio == 1.3.0",
106
"async-solipsism == 0.9",
107
"time-machine == 3.2.0",
108
- "hypothesis == 6.152.4",
+ "hypothesis == 6.155.1",
109
"frequenz-client-dispatch[cli]",
110
111
dev = [
0 commit comments