From f25b8d024c53880f85a325c34e069b620c98bce7 Mon Sep 17 00:00:00 2001 From: Ivan Levkivskyi Date: Mon, 6 Oct 2025 23:54:08 +0100 Subject: [PATCH] Pin librt version --- mypy-requirements.txt | 2 +- pyproject.toml | 4 ++-- test-requirements.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mypy-requirements.txt b/mypy-requirements.txt index 6927ddd25d81..d356ca0b59d9 100644 --- a/mypy-requirements.txt +++ b/mypy-requirements.txt @@ -4,4 +4,4 @@ typing_extensions>=4.6.0 mypy_extensions>=1.0.0 pathspec>=0.9.0 tomli>=1.1.0; python_version<'3.11' -librt>=0.1.0 +librt==0.1.1 diff --git a/pyproject.toml b/pyproject.toml index 589679113c3b..1575a15e9909 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ requires = [ "mypy_extensions>=1.0.0", "pathspec>=0.9.0", "tomli>=1.1.0; python_version<'3.11'", - "librt>=0.1.0", + "librt==0.1.1", # the following is from build-requirements.txt "types-psutil", "types-setuptools", @@ -54,7 +54,7 @@ dependencies = [ "mypy_extensions>=1.0.0", "pathspec>=0.9.0", "tomli>=1.1.0; python_version<'3.11'", - "librt>=0.1.0", + "librt==0.1.1", ] dynamic = ["version"] diff --git a/test-requirements.txt b/test-requirements.txt index 5402adcb682c..0983dc362c8a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -22,7 +22,7 @@ identify==2.6.13 # via pre-commit iniconfig==2.1.0 # via pytest -librt==0.1.0 +librt==0.1.1 # via -r mypy-requirements.txt lxml==6.0.1 ; python_version < "3.15" # via -r test-requirements.in