From f3cead4274d4387fe07b0164af35ea9ee944edd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 04:43:30 +0000 Subject: [PATCH] Bump ast-serialize from 0.6.0 to 0.7.0 Bumps [ast-serialize](https://github.com/mypyc/ast_serialize) from 0.6.0 to 0.7.0. - [Commits](https://github.com/mypyc/ast_serialize/compare/v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: ast-serialize dependency-version: 0.7.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 1fe481744f0..ad154b1d9c1 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.6.0 +ast-serialize==0.7.0 # via mypy asttokens==3.0.2 # via stack-data