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
4
4
mypy_extensions>=1.0.0
5
5
pathspec>=0.9.0
6
6
tomli>=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 = [
9
9
" mypy_extensions>=1.0.0" ,
10
10
" pathspec>=0.9.0" ,
11
11
" tomli>=1.1.0; python_version<'3.11'" ,
12
- " librt>= 0.1.0 " ,
12
+ " librt== 0.1.1 " ,
13
13
# the following is from build-requirements.txt
14
14
" types-psutil" ,
15
15
" types-setuptools" ,
@@ -54,7 +54,7 @@ dependencies = [
54
54
" mypy_extensions>=1.0.0" ,
55
55
" pathspec>=0.9.0" ,
56
56
" tomli>=1.1.0; python_version<'3.11'" ,
57
- " librt>= 0.1.0 " ,
57
+ " librt== 0.1.1 " ,
58
58
]
59
59
dynamic = [" version" ]
60
60
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ identify==2.6.13
22
22
# via pre-commit
23
23
iniconfig==2.1.0
24
24
# via pytest
25
- librt==0.1.0
25
+ librt==0.1.1
26
26
# via -r mypy-requirements.txt
27
27
lxml==6.0.1 ; python_version < "3.15"
28
28
# via -r test-requirements.in
You can’t perform that action at this time.
0 commit comments