Bump librt version to 0.11.0 (#21458)
diff --git a/mypy-requirements.txt b/mypy-requirements.txt
index 27c76a0..0216f47 100644
--- a/mypy-requirements.txt
+++ b/mypy-requirements.txt
@@ -5,5 +5,5 @@
 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 9313335..2382419 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -10,7 +10,7 @@
     "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",
@@ -57,7 +57,7 @@
   "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 8ac31e0..8f88363 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -24,7 +24,7 @@
     # via pre-commit
 iniconfig==2.1.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.0.2 ; python_version < "3.15"
     # via -r test-requirements.in