diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f5ae35247f..f34ae86452 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: black - repo: https://github.com/asottile/pyupgrade - rev: v2.31.0 + rev: v2.31.1 hooks: - id: pyupgrade args: ["--py37-plus"] @@ -21,7 +21,7 @@ repos: - id: flake8 - repo: https://github.com/PyCQA/bandit - rev: 1.7.3 + rev: 1.7.4 hooks: - id: bandit args: ["-c", "bandit.conf"] diff --git a/dev-requirements.txt b/dev-requirements.txt index 983294efc1..078d102d89 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -2,5 +2,5 @@ black==22.3.0 isort==5.10.1 pre-commit==2.17.0 flake8==4.0.1 -bandit==1.7.3 +bandit==1.7.4 gitlint== v0.17.0