diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 139e37532..bcdce0567 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -55,7 +55,7 @@ repos: additional_dependencies: [black==22.3.0] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.4.7' + rev: 'v0.4.9' hooks: - id: ruff args: ["--config", "./pyproject.toml"] @@ -90,7 +90,7 @@ repos: additional_dependencies: ['toml'] - repo: https://github.com/PyCQA/bandit - rev: 1.7.8 + rev: 1.7.9 hooks: - id: bandit # Excluding Example DAGs temporarily until they can be fixed