Skip to content

Commit 2111206

Browse files
committed
update test dependencies
1 parent a4f4742 commit 2111206

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -90,16 +90,16 @@ lint = [
9090
"pylint==3.3.*",
9191
"ruff==0.11.12",
9292
"black==25.1.*",
93-
"mypy==1.16.*",
93+
"mypy==1.17.*",
9494
]
9595
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",
96+
"pytest==8.4.*",
97+
"pytest-timeout==2.4.*",
98+
"coveralls==4.0.*",
99+
"pytest-cov==6.2.*",
100+
"coverage==7.10.*",
101+
"hypothesis==6.136.*",
102+
"parameterized==0.9.*",
103103
]
104104
dev = [
105105
{include-group = "docs"},

0 commit comments

Comments
 (0)