diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 15e2d20..0060e20 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: - id: isort - repo: https://github.com/PyCQA/flake8 - rev: "4.0.1" + rev: "5.0.3" hooks: - id: flake8 @@ -31,7 +31,7 @@ repos: additional_dependencies: [types-requests] - repo: https://github.com/asottile/pyupgrade - rev: "v2.37.2" + rev: "v2.37.3" hooks: - id: pyupgrade