There was an error while loading. Please reload this page.
1 parent 20a49fa commit 9105bb5Copy full SHA for 9105bb5
3 files changed
mypy-requirements.txt
@@ -5,5 +5,5 @@ typing_extensions>=4.14.0; python_version>='3.15'
5
mypy_extensions>=1.0.0
6
pathspec>=1.0.0
7
tomli>=1.1.0; python_version<'3.11'
8
-librt>=0.13.0; platform_python_implementation != 'PyPy'
9
-ast-serialize>=0.6.0,<1.0.0
+librt>=0.14.0; platform_python_implementation != 'PyPy'
+ast-serialize>=0.7.0,<1.0.0
pyproject.toml
@@ -10,12 +10,12 @@ requires = [
10
"mypy_extensions>=1.0.0",
11
"pathspec>=1.0.0",
12
"tomli>=1.1.0; python_version<'3.11'",
13
- "librt>=0.13.0; platform_python_implementation != 'PyPy'",
+ "librt>=0.14.0; platform_python_implementation != 'PyPy'",
14
# the following is from build-requirements.txt
15
"types-psutil",
16
"types-setuptools",
17
# required to work around a mypyc import bug
18
- "ast-serialize>=0.6.0,<1.0.0",
+ "ast-serialize>=0.7.0,<1.0.0",
19
]
20
build-backend = "setuptools.build_meta"
21
@@ -58,8 +58,8 @@ dependencies = [
58
59
60
61
62
63
64
dynamic = ["version"]
65
test-requirements.txt
@@ -4,7 +4,7 @@
4
#
# pip-compile --allow-unsafe --output-file=test-requirements.txt --strip-extras test-requirements.in
-ast-serialize==0.6.0
+ast-serialize==0.7.0
# via -r mypy-requirements.txt
attrs==26.1.0
# via -r test-requirements.in
@@ -25,7 +25,7 @@ identify==2.6.19
25
# via pre-commit
26
iniconfig==2.3.0
27
# via pytest
28
-librt==0.13.0 ; platform_python_implementation != "PyPy"
+librt==0.14.0 ; platform_python_implementation != "PyPy"
29
30
lxml==6.1.0 ; python_version < "3.15"
31
0 commit comments