Skip to content

Commit 9105bb5

Browse files
authored
Bump library dependencies (#21817)
Two things here: * Vendored Ruff crates * Python 3.15 wheels
1 parent 20a49fa commit 9105bb5

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

mypy-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ typing_extensions>=4.14.0; python_version>='3.15'
55
mypy_extensions>=1.0.0
66
pathspec>=1.0.0
77
tomli>=1.1.0; python_version<'3.11'
8-
librt>=0.13.0; platform_python_implementation != 'PyPy'
9-
ast-serialize>=0.6.0,<1.0.0
8+
librt>=0.14.0; platform_python_implementation != 'PyPy'
9+
ast-serialize>=0.7.0,<1.0.0

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ requires = [
1010
"mypy_extensions>=1.0.0",
1111
"pathspec>=1.0.0",
1212
"tomli>=1.1.0; python_version<'3.11'",
13-
"librt>=0.13.0; platform_python_implementation != 'PyPy'",
13+
"librt>=0.14.0; platform_python_implementation != 'PyPy'",
1414
# the following is from build-requirements.txt
1515
"types-psutil",
1616
"types-setuptools",
1717
# required to work around a mypyc import bug
18-
"ast-serialize>=0.6.0,<1.0.0",
18+
"ast-serialize>=0.7.0,<1.0.0",
1919
]
2020
build-backend = "setuptools.build_meta"
2121

@@ -58,8 +58,8 @@ dependencies = [
5858
"mypy_extensions>=1.0.0",
5959
"pathspec>=1.0.0",
6060
"tomli>=1.1.0; python_version<'3.11'",
61-
"librt>=0.13.0; platform_python_implementation != 'PyPy'",
62-
"ast-serialize>=0.6.0,<1.0.0",
61+
"librt>=0.14.0; platform_python_implementation != 'PyPy'",
62+
"ast-serialize>=0.7.0,<1.0.0",
6363
]
6464
dynamic = ["version"]
6565

test-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pip-compile --allow-unsafe --output-file=test-requirements.txt --strip-extras test-requirements.in
66
#
7-
ast-serialize==0.6.0
7+
ast-serialize==0.7.0
88
# via -r mypy-requirements.txt
99
attrs==26.1.0
1010
# via -r test-requirements.in
@@ -25,7 +25,7 @@ identify==2.6.19
2525
# via pre-commit
2626
iniconfig==2.3.0
2727
# via pytest
28-
librt==0.13.0 ; platform_python_implementation != "PyPy"
28+
librt==0.14.0 ; platform_python_implementation != "PyPy"
2929
# via -r mypy-requirements.txt
3030
lxml==6.1.0 ; python_version < "3.15"
3131
# via -r test-requirements.in

0 commit comments

Comments
 (0)