Skip to content

Commit b1bfc58

Browse files
chore(deps-dev): update ast-serialize requirement from <0.7 to <0.8
Updates the requirements on [ast-serialize](https://github.com/mypyc/ast_serialize) to permit the latest version. - [Commits](mypyc/ast_serialize@v0.1.0...v0.7.0) --- updated-dependencies: - dependency-name: ast-serialize dependency-version: 0.7.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cff3b20 commit b1bfc58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ dev = [
9696
# Transitive of mypy 2.1.x. Pin <0.5 because 0.5.0 only ships cp314
9797
# wheels (cp39-abi3 dropped), breaking CI on Python 3.12 + 3.13 runners.
9898
# Drop once upstream republishes broader wheels.
99-
"ast-serialize<0.7",
99+
"ast-serialize<0.8",
100100
"datamodel-code-generator>=0.26",
101101
"pyyaml>=6",
102102
"python-dotenv>=1",

0 commit comments

Comments
 (0)