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.9 .0; platform_python_implementation != 'PyPy'
8+ librt>=0.10 .0; platform_python_implementation != 'PyPy'
99ast-serialize>=0.3.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.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]
6363dynamic = [" version" ]
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ identify==2.6.15
2424 # via pre-commit
2525iniconfig==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
2929lxml==6.0.2 ; python_version < "3.15"
3030 # via -r test-requirements.in
You can’t perform that action at this time.
0 commit comments