From 30a8b57a4305eae6a2e82ffcb05b9e619773f950 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 06:21:19 +0000 Subject: [PATCH] Update asttokens requirement from ^3.0.0 to ^3.0.1 Updates the requirements on [asttokens](https://github.com/gristlabs/asttokens) to permit the latest version. - [Commits](https://github.com/gristlabs/asttokens/compare/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: asttokens dependency-version: 3.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4002cb7..5de67a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ requires-python = ">=3.11,<3.15" [tool.poetry.dependencies] python = ">=3.11,<3.15" -asttokens = "^3.0.0" +asttokens = "^3.0.1" attrs = "^25.3.0" autopep8 = "^2.3.1" beautifulsoup4 = "^4.14.3"