We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0078fb6 commit da42c6eCopy full SHA for da42c6e
pyproject.toml
@@ -37,7 +37,7 @@ email = "[email protected]"
37
38
[project.optional-dependencies]
39
dev-flake8 = [
40
- "flake8 == 7.2.0",
+ "flake8 == 7.3.0",
41
"flake8-docstrings == 1.7.0",
42
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
43
"pydoclint == 0.6.6",
@@ -75,8 +75,8 @@ dev-pylint = [
75
dev-pytest = [
76
"async-solipsism == 0.7",
77
"frequenz-repo-config[extra-lint-examples] == 0.13.4",
78
- "hypothesis == 6.132.0",
79
- "pytest == 8.3.5",
+ "hypothesis == 6.135.22",
+ "pytest == 8.4.1",
80
"pytest-asyncio == 1.0.0",
81
"pytest-mock == 3.14.1",
82
]
0 commit comments