diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6b4f6a0..177da41 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -108,7 +108,7 @@ repos: - id: "check-pre-commit-ci-config" - repo: "https://github.com/python-jsonschema/check-jsonschema" - rev: "0.29.4" + rev: "0.31.2" hooks: # Validate Dependabot Config (v2) against the schema provided by # SchemaStore. @@ -145,7 +145,7 @@ repos: - id: "rst-inline-touching-normal" - repo: "https://github.com/PyCQA/isort" - rev: "5.13.2" + rev: "6.0.0" hooks: # Sort import statements with isort - id: "isort" @@ -176,7 +176,7 @@ repos: - "--color" - repo: "https://github.com/PyCQA/flake8" - rev: "7.1.1" + rev: "7.1.2" 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.10" + rev: "1.8.3" hooks: # Check code security with bandit. - id: "bandit" diff --git a/requirements-dev.txt b/requirements-dev.txt index c36dc90..cf161b8 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -17,7 +17,7 @@ flake8-isort >=6.0, <7.0 flake8-logging-format >=0.1, <1.0 flake8-pytest-style >=2.0, <3.0 flake8-rst-docstrings >=0.2.6, <1.0 -isort >=5.0, <6.0 +isort >=6.0, <7.0 pep8-naming >=0.1, <1.0 pre-commit >=4.0, <5.0 pytest >=8.0, <9.0