Skip to content

Commit 539a038

Browse files
Bump ast-grep-py from 0.28.1 to 0.29.0
Bumps [ast-grep-py](https://github.com/ast-grep/ast-grep) from 0.28.1 to 0.29.0. - [Release notes](https://github.com/ast-grep/ast-grep/releases) - [Changelog](https://github.com/ast-grep/ast-grep/blob/main/CHANGELOG.md) - [Commits](ast-grep/ast-grep@0.28.1...0.29.0) --- updated-dependencies: - dependency-name: ast-grep-py dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2964c93 commit 539a038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "auto-typing-final"
33
description = "Automagically set typing.Final inside your functions"
44
authors = [{ name = "Lev Vereshchagin", email = "mail@vrslev.com" }]
5-
dependencies = ["ast-grep-py==0.28.1", "pygls==1.3.1"]
5+
dependencies = ["ast-grep-py==0.29.0", "pygls==1.3.1"]
66
requires-python = ">=3.10"
77
readme = "README.md"
88
license = { text = "MIT" }

0 commit comments

Comments
 (0)