Skip to content

Commit 492c9aa

Browse files
authored
Bump librt version to 0.11.0 (#21458)
1 parent 82fb613 commit 492c9aa

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.10.0; platform_python_implementation != 'PyPy'
8+
librt>=0.11.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.10.0; platform_python_implementation != 'PyPy'",
13+
"librt>=0.11.0; platform_python_implementation != 'PyPy'",
1414
# the following is from build-requirements.txt
1515
"types-psutil",
1616
"types-setuptools",
@@ -58,7 +58,7 @@ dependencies = [
5858
"mypy_extensions>=1.0.0",
5959
"pathspec>=1.0.0",
6060
"tomli>=1.1.0; python_version<'3.11'",
61-
"librt>=0.10.0; platform_python_implementation != 'PyPy'",
61+
"librt>=0.11.0; platform_python_implementation != 'PyPy'",
6262
"ast-serialize>=0.3.0,<1.0.0",
6363
]
6464
dynamic = ["version"]

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ identify==2.6.19
2525
# via pre-commit
2626
iniconfig==2.3.0
2727
# via pytest
28-
librt==0.10.0 ; platform_python_implementation != "PyPy"
28+
librt==0.11.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)