diff --git a/pyproject.toml b/pyproject.toml index 28e173fef6..e1c5ca73c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ classifiers = [ [project.optional-dependencies] dev = [ "mypy==2.3.1", - "pre-commit==4.6.1", + "pre-commit==4.6.2", "pytest-mock==3.15.1", "ruff==0.16.3", "types-PyYAML==6.0.12.20260724", diff --git a/requirements-dev.txt b/requirements-dev.txt index c34dec1616..d9f8c4239d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ -r requirements.txt mypy==2.3.1 -pre-commit==4.6.1 +pre-commit==4.6.2 pytest-mock==3.15.1 ruff==0.16.3 types-PyYAML==6.0.12.20260724