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 ce985a7 commit 0e7e316Copy full SHA for 0e7e316
pyproject.toml
@@ -62,7 +62,7 @@ cli = [
62
]
63
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",
@@ -98,13 +98,13 @@ dev-pylint = [
98
"frequenz-api-dispatch == 1.0.0-rc2",
99
100
dev-pytest = [
101
- "pytest == 8.3.5",
+ "pytest == 8.4.1",
102
"frequenz-repo-config[extra-lint-examples] == 0.13.4",
103
"pytest-mock == 3.14.1",
104
"pytest-asyncio == 0.26.0",
105
"async-solipsism == 0.7",
106
"time-machine == 2.16.0",
107
- "hypothesis == 6.132.0",
+ "hypothesis == 6.135.20",
108
"frequenz-client-dispatch[cli]",
109
110
dev = [
0 commit comments