File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ typing_extensions>=4.6.0
44mypy_extensions>=1.0.0
55pathspec>=0.9.0
66tomli>=1.1.0; python_version<'3.11'
7- librt>= 0.1.0
7+ librt== 0.1.1
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ requires = [
99 " mypy_extensions>=1.0.0" ,
1010 " pathspec>=0.9.0" ,
1111 " tomli>=1.1.0; python_version<'3.11'" ,
12- " librt>= 0.1.0 " ,
12+ " librt== 0.1.1 " ,
1313 # the following is from build-requirements.txt
1414 " types-psutil" ,
1515 " types-setuptools" ,
@@ -54,7 +54,7 @@ dependencies = [
5454 " mypy_extensions>=1.0.0" ,
5555 " pathspec>=0.9.0" ,
5656 " tomli>=1.1.0; python_version<'3.11'" ,
57- " librt>= 0.1.0 " ,
57+ " librt== 0.1.1 " ,
5858]
5959dynamic = [" version" ]
6060
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ identify==2.6.13
2222 # via pre-commit
2323iniconfig==2.1.0
2424 # via pytest
25- librt==0.1.0
25+ librt==0.1.1
2626 # via -r mypy-requirements.txt
2727lxml==6.0.1 ; python_version < "3.15"
2828 # via -r test-requirements.in
You can’t perform that action at this time.
0 commit comments