diff --git a/pyproject.toml b/pyproject.toml index 24c6426..4e7ef91 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.34.3", "pygls==1.3.1"] +dependencies = ["ast-grep-py==0.35.0", "pygls==1.3.1"] requires-python = ">=3.10" readme = "README.md" license = { text = "MIT" }