From cdb4fe8a066f62ab5a9c74b9b4c40cb843db9152 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jun 2025 12:03:19 +0000 Subject: [PATCH] Bump ast-grep-py from 0.38.3 to 0.38.5 Bumps [ast-grep-py](https://github.com/ast-grep/ast-grep) from 0.38.3 to 0.38.5. - [Release notes](https://github.com/ast-grep/ast-grep/releases) - [Changelog](https://github.com/ast-grep/ast-grep/blob/main/CHANGELOG.md) - [Commits](https://github.com/ast-grep/ast-grep/compare/0.38.3...0.38.5) --- updated-dependencies: - dependency-name: ast-grep-py dependency-version: 0.38.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a36820e..78e2527 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "auto-typing-final" description = "Automagically set typing.Final inside your functions" authors = [{ name = "Lev Vereshchagin", email = "mail@vrslev.com" }] -dependencies = ["ast-grep-py==0.38.3", "pygls==1.3.1"] +dependencies = ["ast-grep-py==0.38.5", "pygls==1.3.1"] requires-python = ">=3.10" readme = "README.md" license = { text = "MIT" }