Skip to content

Commit c9756d6

Browse files
Bump the pip group with 3 updates (#157)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lev Vereshchagin <mail@vrslev.com>
1 parent f261f51 commit c9756d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
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.39.6", "pygls==1.3.1"]
5+
dependencies = ["ast-grep-py==0.39.7", "pygls==1.3.1"]
66
requires-python = ">=3.10"
77
readme = "README.md"
88
license = { text = "MIT" }
@@ -23,7 +23,7 @@ auto-typing-final = "auto_typing_final.main:main"
2323
auto-typing-final-lsp-server = "auto_typing_final.lsp:main"
2424

2525
[dependency-groups]
26-
dev = ["mypy==1.18.2", "pytest==8.4.2", "pytest-cov==7.0.0", "ruff==0.13.2"]
26+
dev = ["mypy==1.18.2", "pytest==8.4.2", "pytest-cov==7.0.0", "ruff==0.14.3"]
2727

2828
[build-system]
2929
requires = ["hatchling", "hatch-vcs"]

0 commit comments

Comments
 (0)