diff --git a/pyproject.toml b/pyproject.toml index ca7bfcb..02ea393 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,11 +12,11 @@ dependencies = [] [dependency-groups] dev = [ - "pytest>=9.0.3", + "pytest>=9.1.1", "mypy>=2.1.0", "pre-commit>=4.6.0", "pytest-cov>=7.1.0", - "ruff>=0.15.15", + "ruff>=0.15.20", "deptry>=0.25.1" ] docs = ["pdoc>=16.0.0"] @@ -47,5 +47,5 @@ convention = "google" "tests/**/*.py" = [] [build-system] -requires = ["uv_build>=0.11.18,<0.12.0"] +requires = ["uv_build>=0.11.26,<0.12.0"] build-backend = "uv_build"