diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b6822f8..6b4f6a0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,7 +30,7 @@ ci: repos: - repo: "https://github.com/pre-commit/pre-commit-hooks" - rev: "v4.6.0" + rev: "v5.0.0" hooks: ### Git ### # Protect specific branches from direct check-ins. @@ -108,7 +108,7 @@ repos: - id: "check-pre-commit-ci-config" - repo: "https://github.com/python-jsonschema/check-jsonschema" - rev: "0.29.0" + rev: "0.29.4" hooks: # Validate Dependabot Config (v2) against the schema provided by # SchemaStore. @@ -176,7 +176,7 @@ repos: - "--color" - repo: "https://github.com/PyCQA/flake8" - rev: "7.1.0" + rev: "7.1.1" hooks: # Lint Python code with Flake8. - id: "flake8" @@ -195,7 +195,7 @@ repos: - "pep8-naming >=0.1, <1.0" - repo: "https://github.com/PyCQA/bandit" - rev: "1.7.9" + rev: "1.7.10" hooks: # Check code security with bandit. - id: "bandit" diff --git a/requirements-dev.txt b/requirements-dev.txt index a478fcc..c36dc90 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -19,7 +19,7 @@ flake8-pytest-style >=2.0, <3.0 flake8-rst-docstrings >=0.2.6, <1.0 isort >=5.0, <6.0 pep8-naming >=0.1, <1.0 -pre-commit >=3.0, <4.0 +pre-commit >=4.0, <5.0 pytest >=8.0, <9.0 shellcheck-py >=0.1, <1.0 shfmt-py >=3.0, <4.0