diff --git a/pyproject.toml b/pyproject.toml index b5fa7c5..b35eae8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ dev = [ "types-PyYAML>=6.0.0", "types-requests>=2.28.0", "types-tabulate>=0.9.0", - "pre-commit>=2.20.0", + "pre-commit>=4.6.0", "bandit>=1.7.0", ] aws = [ diff --git a/requirements-dev.txt b/requirements-dev.txt index 121e7e6..1102524 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -15,7 +15,7 @@ mypy>=0.990 pylint>=2.15.0 # Pre-commit hooks -pre-commit>=2.20.0 +pre-commit>=4.6.0 # Documentation sphinx>=5.0.0