We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c8cb94 + adb9f02 commit 092a1deCopy full SHA for 092a1de
1 file changed
pyproject.toml
@@ -69,10 +69,10 @@ dev-flake8 = [
69
"pydoclint == 0.8.3",
70
"pydocstyle == 6.3.0",
71
]
72
-dev-formatting = ["black == 26.3.1", "isort == 6.1.0"]
+dev-formatting = ["black == 26.5.1", "isort == 6.1.0"]
73
dev-mkdocs = [
74
"Markdown == 3.10.2",
75
- "black == 26.3.1",
+ "black == 26.5.1",
76
"mike == 2.2.0",
77
"mkdocs-gen-files == 0.5.0",
78
"mkdocs-literate-nav == 0.6.3",
@@ -83,7 +83,7 @@ dev-mkdocs = [
83
"frequenz-repo-config[api] == 0.18.0",
84
85
dev-mypy = [
86
- "mypy == 2.0.0",
+ "mypy == 2.1.0",
87
"grpc-stubs == 1.53.0.6",
88
"types-Markdown == 3.10.2.20260508",
89
# For checking the noxfile, docs/ script, and tests
0 commit comments