diff --git a/pyproject.toml b/pyproject.toml index 486d527..d6c7778 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,16 +24,16 @@ classifiers = [ "Topic :: Software Development :: Internationalization", "Topic :: Software Development :: Localization", ] -dependencies = ["Babel==2.18.0", "click==8.3.1"] +dependencies = ["Babel==2.18.0", "click==8.3.2"] dynamic = ["version"] [dependency-groups] dev = [ - "pytest==9.0.2", + "pytest==9.0.3", "pytest-snapshot==0.9.0", "pytest-cov==7.1.0", - "ruff==0.15.7", - "ty==0.0.24", + "ruff==0.15.10", + "ty==0.0.29", "mkdocs==1.6.1", "mkdocstrings[python]==1.0.3", "mkdocs-material==9.7.6",