Skip to content

Commit 9872038

Browse files
committed
update test dependencies
1 parent 4ac05e5 commit 9872038

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,26 +81,25 @@ multicast = ["msgpack~=1.1.0"]
8181

8282
[dependency-groups]
8383
docs = [
84-
"sphinx>=5.2.3",
84+
"sphinx>=8.2.3",
8585
"sphinxcontrib-programoutput",
8686
"sphinx-inline-tabs",
8787
"sphinx-copybutton",
8888
"furo",
8989
]
9090
lint = [
9191
"pylint==3.3.*",
92-
"ruff==0.12.11",
93-
"black==25.1.*",
94-
"mypy==1.17.*",
92+
"ruff==0.13.*",
93+
"black==25.9.*",
94+
"mypy==1.18.*",
9595
]
9696
test = [
9797
"pytest==8.4.*",
9898
"pytest-timeout==2.4.*",
9999
"pytest-modern==0.7.*;platform_system!='Windows'",
100-
"coveralls==4.0.*",
101-
"pytest-cov==6.2.*",
100+
"pytest-cov==7.0.*",
102101
"coverage==7.10.*",
103-
"hypothesis>=6.136,<6.138",
102+
"hypothesis==6.140.*",
104103
"parameterized==0.9.*",
105104
]
106105
dev = [
@@ -164,7 +163,7 @@ extend-select = [
164163
"PL", # pylint
165164
"RUF", # ruff-specific rules
166165
"T20", # flake8-print
167-
"TCH", # flake8-type-checking
166+
"TC", # flake8-type-checking
168167
"UP", # pyupgrade
169168
"W", # pycodestyle warnings
170169
"YTT", # flake8-2020

0 commit comments

Comments
 (0)