diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4d9e22f..c5e0afa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,12 +25,12 @@ repos: hooks: - id: sphinx-lint - repo: https://github.com/asottile/pyupgrade - rev: v3.19.0 + rev: v3.19.1 hooks: - id: pyupgrade args: [--py311-plus] - repo: https://github.com/adamchainz/django-upgrade - rev: 1.22.1 + rev: 1.22.2 hooks: - id: django-upgrade args: [--target-version, '4.2']