diff --git a/pyproject.toml b/pyproject.toml index bd68c2b..87bc8d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["uv_build>=0.11.23,<0.12"] +requires = ["uv_build>=0.11.32,<0.12"] build-backend = "uv_build" [project] @@ -41,14 +41,14 @@ module-root = "src" [dependency-groups] dev = [ - "mypy>=2.1.0", + "mypy>=2.3.0", "pip-audit>=2.10.1", - "pre-commit>=4.6.0", + "pre-commit>=4.6.1", "pytest>=9.1.1", "pytest-cov>=7.1.0", "pytest-randomly>=4.1.0", - "ruff>=0.15.18", - "typing-extensions>=4.15.0", + "ruff>=0.16.0", + "typing-extensions>=4.16.0", ] [tool.mypy]