From a8751087ae10f7d10fa8a16a95b2f851ef77b624 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 04:42:48 +0000 Subject: [PATCH] Bump ast-serialize from 0.5.0 to 0.6.0 Bumps [ast-serialize](https://github.com/mypyc/ast_serialize) from 0.5.0 to 0.6.0. - [Commits](https://github.com/mypyc/ast_serialize/compare/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: ast-serialize dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a93e9384abb..9b56d8953fa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ accessible-pygments==0.0.5 # via furo alabaster==1.0.0 # via sphinx -ast-serialize==0.5.0 +ast-serialize==0.6.0 # via mypy asttokens==3.0.1 # via stack-data