Skip to content

Commit 9dc611f

Browse files
authored
Pin librt version (#20010)
This is to prepare for renaming `native_internal` -> `librt.internal`
1 parent 374fefb commit 9dc611f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

mypy-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ typing_extensions>=4.6.0
44
mypy_extensions>=1.0.0
55
pathspec>=0.9.0
66
tomli>=1.1.0; python_version<'3.11'
7-
librt>=0.1.0
7+
librt==0.1.1

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
]
5959
dynamic = ["version"]
6060

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ identify==2.6.13
2222
# via pre-commit
2323
iniconfig==2.1.0
2424
# via pytest
25-
librt==0.1.0
25+
librt==0.1.1
2626
# via -r mypy-requirements.txt
2727
lxml==6.0.1 ; python_version < "3.15"
2828
# via -r test-requirements.in

0 commit comments

Comments
 (0)