From a44f2558aa6257548ce7a4409bcca24b8228466a Mon Sep 17 00:00:00 2001 From: Ivan Levkivskyi Date: Sun, 10 May 2026 19:19:43 +0100 Subject: [PATCH] Bump librt version to 0.11.0 --- 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 27c76a0f3f6a..0216f47852ba 100644 --- a/mypy-requirements.txt +++ b/mypy-requirements.txt @@ -5,5 +5,5 @@ typing_extensions>=4.14.0; python_version>='3.15' mypy_extensions>=1.0.0 pathspec>=1.0.0 tomli>=1.1.0; python_version<'3.11' -librt>=0.10.0; platform_python_implementation != 'PyPy' +librt>=0.11.0; platform_python_implementation != 'PyPy' ast-serialize>=0.3.0,<1.0.0 diff --git a/pyproject.toml b/pyproject.toml index 050b7027719f..e5dd37644e2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ requires = [ "mypy_extensions>=1.0.0", "pathspec>=1.0.0", "tomli>=1.1.0; python_version<'3.11'", - "librt>=0.10.0; platform_python_implementation != 'PyPy'", + "librt>=0.11.0; platform_python_implementation != 'PyPy'", # the following is from build-requirements.txt "types-psutil", "types-setuptools", @@ -58,7 +58,7 @@ dependencies = [ "mypy_extensions>=1.0.0", "pathspec>=1.0.0", "tomli>=1.1.0; python_version<'3.11'", - "librt>=0.10.0; platform_python_implementation != 'PyPy'", + "librt>=0.11.0; platform_python_implementation != 'PyPy'", "ast-serialize>=0.3.0,<1.0.0", ] dynamic = ["version"] diff --git a/test-requirements.txt b/test-requirements.txt index 708f4514a492..ec04e52e8a49 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -25,7 +25,7 @@ identify==2.6.19 # via pre-commit iniconfig==2.3.0 # via pytest -librt==0.10.0 ; platform_python_implementation != "PyPy" +librt==0.11.0 ; platform_python_implementation != "PyPy" # via -r mypy-requirements.txt lxml==6.1.0 ; python_version < "3.15" # via -r test-requirements.in