Skip to content

Commit bfcd2e3

Browse files
chore(deps-dev): update ast-serialize requirement from <0.5 to <0.6 (#150)
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.5.0) --- updated-dependencies: - dependency-name: ast-serialize dependency-version: 0.5.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 84612b2 commit bfcd2e3

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
@@ -84,7 +84,7 @@ dev = [
8484
# Transitive of mypy 2.1.x. Pin <0.5 because 0.5.0 only ships cp314
8585
# wheels (cp39-abi3 dropped), breaking CI on Python 3.12 + 3.13 runners.
8686
# Drop once upstream republishes broader wheels.
87-
"ast-serialize<0.5",
87+
"ast-serialize<0.6",
8888
"datamodel-code-generator>=0.26",
8989
"pyyaml>=6",
9090
"python-dotenv>=1",

0 commit comments

Comments
 (0)