Skip to content

Commit 2171102

Browse files
committed
Bump ast-serialize version to 0.3.0
1 parent eb0caa1 commit 2171102

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

mypy-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ mypy_extensions>=1.0.0
66
pathspec>=1.0.0
77
tomli>=1.1.0; python_version<'3.11'
88
librt>=0.9.0; platform_python_implementation != 'PyPy'
9-
ast-serialize>=0.2.3,<1.0.0
9+
ast-serialize>=0.3.0,<1.0.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ dependencies = [
5656
"pathspec>=1.0.0",
5757
"tomli>=1.1.0; python_version<'3.11'",
5858
"librt>=0.9.0; platform_python_implementation != 'PyPy'",
59-
"ast-serialize>=0.2.3,<1.0.0",
59+
"ast-serialize>=0.3.0,<1.0.0",
6060
]
6161
dynamic = ["version"]
6262

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pip-compile --allow-unsafe --output-file=test-requirements.txt --strip-extras test-requirements.in
66
#
7-
ast-serialize==0.2.3
7+
ast-serialize==0.3.0
88
# via -r test-requirements.in
99
attrs==25.4.0
1010
# via -r test-requirements.in

0 commit comments

Comments
 (0)