File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,7 +53,6 @@ dev = [
5353 ' rnc2rng' ,
5454 ' hypothesis >= 6.127.7' , # HypothesisWorks/hypothesis#4269
5555 ' tzdata' ,
56- ' ruff ~= 0.6' ,
5756 ' mypy >= 1.18.1' ,
5857 ' pyright >= 1.1.406' ,
5958 ' basedpyright >= 1.31.6; platform_machine != "i686"' ,
@@ -67,15 +66,14 @@ dev = [
6766basic = [
6867 ' types-html5lib == 1.1.11.20251117' ,
6968 ' typing_extensions == 4.15.0' ,
70- " cssselect == 1.3 .0" ,
69+ " cssselect == 1.4 .0" ,
7170 " beautifulsoup4 == 4.14.3" ,
7271]
7372mypy = [" mypy == 1.19.1" ]
7473pyright = [" pyright == 1.1.408" ]
75- basedpyright = [" basedpyright == 1.37.1; platform_machine != 'i686'" ]
76- ty = [" ty == 0.0.11" ]
77- pyrefly = [" pyrefly == 0.47.0" ]
78- format = [" ruff ~= 0.6" ]
74+ basedpyright = [" basedpyright == 1.38.0; platform_machine != 'i686'" ]
75+ ty = [" ty == 0.0.16" ]
76+ pyrefly = [" pyrefly == 0.52.0" ]
7977stub-test = [
8078 # pytest 9.x disallow pytest_plugins in non-top conftest.py
8179 " pytest >= 7.0, < 9" ,
@@ -85,8 +83,8 @@ stub-test = [
8583rt-test = [
8684 " html5lib == 1.1" ,
8785 " pook == 2.1.4" ,
88- " urllib3 == 2.6.2 " ,
89- " hypothesis == 6.148.8 " ,
86+ " urllib3 == 2.6.3 " ,
87+ " hypothesis == 6.151.6 " ,
9088 " tzdata" ,
9189 " pytest >= 7.0, < 9" ,
9290 " pytest-revealtype-injector == 0.9.0" ,
You can’t perform that action at this time.
0 commit comments