diff --git a/pyproject.toml b/pyproject.toml index 93fff27..78fae59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,10 +10,10 @@ license = "BSD-2-Clause" [project.optional-dependencies] dev = [ "radon>=6.0.1,<7", - "lizard>=1.22.1,<2", + "lizard>=1.23.0,<2", "pre-commit>=4.6.0,<5", - "ruff>=0.15.13,<0.16", - "tox>=4.54.0,<5", + "ruff>=0.15.16,<0.16", + "tox>=4.55.1,<5", "pytest>=9.0.3,<10", "pytest-cov>=7.1.0,<8", "mkdocs>=1.6.1,<2", @@ -23,7 +23,7 @@ dev = [ ] [build-system] -requires = ["hatchling>=1.29.0,<2"] +requires = ["hatchling>=1.30.1,<2"] build-backend = "hatchling.build" [tool.pyrefly]