We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 89402e7 + df36237 commit b553efcCopy full SHA for b553efc
1 file changed
pyproject.toml
@@ -62,7 +62,7 @@ email = "floss@frequenz.com"
62
63
[project.optional-dependencies]
64
dev-flake8 = [
65
- "flake8 == 7.2.0",
+ "flake8 == 7.3.0",
66
"flake8-docstrings == 1.7.0",
67
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
68
"pydoclint == 0.6.6",
@@ -82,7 +82,7 @@ dev-mkdocs = [
82
"frequenz-repo-config[api] == 0.13.5",
83
]
84
dev-mypy = [
85
- "mypy == 1.16.1",
+ "mypy == 1.17.0",
86
"grpc-stubs == 1.53.0.6",
87
"types-Markdown == 3.8.0.20250415",
88
# For checking the noxfile, docs/ script, and tests
0 commit comments