diff --git a/pyproject.toml b/pyproject.toml index 56abbde..deb5c34 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.4.1"] +dependencies = ["Babel==2.18.0", "click==8.4.2"] dynamic = ["version"] [dependency-groups] dev = [ - "pytest==9.1.0", + "pytest==9.1.1", "pytest-snapshot==0.9.0", "pytest-cov==7.1.0", - "ruff==0.15.17", - "ty==0.0.49", + "ruff==0.15.21", + "ty==0.0.59", "mkdocs==1.6.1", - "mkdocstrings[python]==1.0.4", + "mkdocstrings[python]==1.0.6", "mkdocs-material==9.7.6", ] -docs = ["mkdocs==1.6.1", "mkdocstrings[python]==1.0.4", "mkdocs-material==9.7.6"] +docs = ["mkdocs==1.6.1", "mkdocstrings[python]==1.0.6", "mkdocs-material==9.7.6"] [project.urls] Homepage = "https://github.com/tomasr8/messageformat2" @@ -84,5 +84,5 @@ packages = ["messageformat2"] path = "messageformat2/__init__.py" [build-system] -requires = ["hatchling==1.30.1"] +requires = ["hatchling==1.31.0"] build-backend = "hatchling.build"