diff --git a/pyproject.toml b/pyproject.toml index 486d527..320ae93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,21 +24,21 @@ 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.11", + "ty==0.0.31", "mkdocs==1.6.1", - "mkdocstrings[python]==1.0.3", + "mkdocstrings[python]==1.0.4", "mkdocs-material==9.7.6", ] -docs = ["mkdocs==1.6.1", "mkdocstrings[python]==1.0.3", "mkdocs-material==9.7.6"] +docs = ["mkdocs==1.6.1", "mkdocstrings[python]==1.0.4", "mkdocs-material==9.7.6"] [project.urls] Homepage = "https://github.com/tomasr8/messageformat2"