File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -81,26 +81,25 @@ multicast = ["msgpack~=1.1.0"]
8181
8282[dependency-groups ]
8383docs = [
84- " sphinx>=5 .2.3" ,
84+ " sphinx>=8 .2.3" ,
8585 " sphinxcontrib-programoutput" ,
8686 " sphinx-inline-tabs" ,
8787 " sphinx-copybutton" ,
8888 " furo" ,
8989]
9090lint = [
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]
9696test = [
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]
106105dev = [
@@ -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
You can’t perform that action at this time.
0 commit comments