Skip to content

Commit e3d2b4a

Browse files
Bump the pip group with 5 updates (#172)
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 2566e0a commit e3d2b4a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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.41.0", "pygls==1.3.1"]
5+
dependencies = ["ast-grep-py==0.42.0", "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.19.1", "pytest==9.0.2", "pytest-cov==7.0.0", "ruff==0.15.4"]
26+
dev = ["mypy==1.20.0", "pytest==9.0.2", "pytest-cov==7.1.0", "ruff==0.15.8"]
2727

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

0 commit comments

Comments
 (0)