diff --git a/pyproject.toml b/pyproject.toml index bfc2f4a..fcbbc7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,9 +64,9 @@ norecursedirs = [ [dependency-groups] dev = [ - "pre-commit==4.2.0", + "pre-commit==4.3.0", "pytest==8.4.2", "respx==0.22.0", - "ruff==0.11.9", + "ruff==0.15.1", "licensecheck==2025.1.0" ]