File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ typing_extensions>=4.14.0; python_version>='3.15'
55mypy_extensions>=1.0.0
66pathspec>=1.0.0
77tomli>=1.1.0; python_version<'3.11'
8- librt>=0.11 .0; platform_python_implementation != 'PyPy'
8+ librt>=0.12 .0; platform_python_implementation != 'PyPy'
99ast-serialize>=0.5.0,<1.0.0
Original file line number Diff line number Diff 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.11 .0; platform_python_implementation != 'PyPy'" ,
13+ " librt>=0.12 .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.11 .0; platform_python_implementation != 'PyPy'" ,
61+ " librt>=0.12 .0; platform_python_implementation != 'PyPy'" ,
6262 " ast-serialize>=0.5.0,<1.0.0" ,
6363]
6464dynamic = [" version" ]
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ identify==2.6.19
2525 # via pre-commit
2626iniconfig==2.3.0
2727 # via pytest
28- librt==0.11 .0 ; platform_python_implementation != "PyPy"
28+ librt==0.12 .0 ; platform_python_implementation != "PyPy"
2929 # via -r mypy-requirements.txt
3030lxml==6.1.0 ; python_version < "3.15"
3131 # via -r test-requirements.in
You can’t perform that action at this time.
0 commit comments