Skip to content

Commit 38abf69

Browse files
authored
Bump librt to 0.10.0 (#21415)
1 parent bb3e497 commit 38abf69

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

mypy-requirements.txt

Lines changed: 1 addition & 1 deletion
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.9.0; platform_python_implementation != 'PyPy'
8+
librt>=0.10.0; platform_python_implementation != 'PyPy'
99
ast-serialize>=0.3.0,<1.0.0

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ requires = [
1010
"mypy_extensions>=1.0.0",
1111
"pathspec>=1.0.0",
1212
"tomli>=1.1.0; python_version<'3.11'",
13-
"librt>=0.9.0; platform_python_implementation != 'PyPy'",
13+
"librt>=0.10.0; platform_python_implementation != 'PyPy'",
1414
# the following is from build-requirements.txt
1515
"types-psutil",
1616
"types-setuptools",
@@ -57,7 +57,7 @@ dependencies = [
5757
"mypy_extensions>=1.0.0",
5858
"pathspec>=1.0.0",
5959
"tomli>=1.1.0; python_version<'3.11'",
60-
"librt>=0.9.0; platform_python_implementation != 'PyPy'",
60+
"librt>=0.10.0; platform_python_implementation != 'PyPy'",
6161
"ast-serialize>=0.3.0,<1.0.0",
6262
]
6363
dynamic = ["version"]

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ identify==2.6.15
2424
# via pre-commit
2525
iniconfig==2.1.0
2626
# via pytest
27-
librt==0.9.0 ; platform_python_implementation != "PyPy"
27+
librt==0.10.0 ; platform_python_implementation != "PyPy"
2828
# via -r mypy-requirements.txt
2929
lxml==6.0.2 ; python_version < "3.15"
3030
# via -r test-requirements.in

0 commit comments

Comments
 (0)