Skip to content

Commit 3b0423f

Browse files
committed
chore: Bump dev dependencies
1 parent 02fdc65 commit 3b0423f

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff 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 = [
6766
basic = [
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
]
7372
mypy = ["mypy == 1.19.1"]
7473
pyright = ["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"]
7977
stub-test = [
8078
# pytest 9.x disallow pytest_plugins in non-top conftest.py
8179
"pytest >= 7.0, < 9",
@@ -85,8 +83,8 @@ stub-test = [
8583
rt-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",

0 commit comments

Comments
 (0)