We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4f4742 commit 2111206Copy full SHA for 2111206
1 file changed
pyproject.toml
@@ -90,16 +90,16 @@ lint = [
90
"pylint==3.3.*",
91
"ruff==0.11.12",
92
"black==25.1.*",
93
- "mypy==1.16.*",
+ "mypy==1.17.*",
94
]
95
test = [
96
- "pytest==8.3.*",
97
- "pytest-timeout==2.1.*",
98
- "coveralls==3.3.1",
99
- "pytest-cov==4.0.0",
100
- "coverage==6.5.0",
101
- "hypothesis~=6.35.0",
102
- "parameterized~=0.8",
+ "pytest==8.4.*",
+ "pytest-timeout==2.4.*",
+ "coveralls==4.0.*",
+ "pytest-cov==6.2.*",
+ "coverage==7.10.*",
+ "hypothesis==6.136.*",
+ "parameterized==0.9.*",
103
104
dev = [
105
{include-group = "docs"},
0 commit comments