diff --git a/pyproject.toml b/pyproject.toml index 58ad62a..7f3e557 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,20 +10,20 @@ license = "BSD-2-Clause" [project.optional-dependencies] dev = [ "radon>=6.0.1,<7", - "lizard>=1.21.2,<2", - "pre-commit>=4.5.1,<5", - "mypy>=1.19.1,<2", - "ruff>=0.15.6,<0.16", - "tox>=4.50.1,<5", - "pytest>=8.4.2,<10", - "pytest-cov>=6.3.0,<8", + "lizard>=1.22.1,<2", + "pre-commit>=4.6.0,<5", + "mypy>=1.20.2,<2", + "ruff>=0.15.12,<0.16", + "tox>=4.53.0,<5", + "pytest>=9.0.3,<10", + "pytest-cov>=7.1.0,<8", "mkdocs>=1.6.1,<2", - "mkdocs-material>=9.6.20,<10", - "mkdocstrings[python]>=0.30.1,<1.1", + "mkdocs-material>=9.7.6,<10", + "mkdocstrings[python]>=1.0.4,<1.1", ] [build-system] -requires = ["hatchling>=1.27,<2"] +requires = ["hatchling>=1.29.0,<2"] build-backend = "hatchling.build" [tool.ruff]