diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 737a2113..00724a05 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -47,7 +47,7 @@ repos: - id: detect-private-key exclude: ^examples|(?:tests/ssl)/ - repo: https://github.com/asottile/pyupgrade - rev: 'v3.19.0' + rev: 'v3.19.1' hooks: - id: pyupgrade args: ['--keep-mock']