Update django-upgrade to 1.19.0 (#5171)

* Update django-upgrade from 1.18.0 to 1.19.0

* Update django-upgrade pre-commit hook

---------

Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
This commit is contained in:
pyup.io bot 2024-06-30 09:50:12 -07:00 committed by GitHub
parent 9757b1739e
commit 0f7aed4f27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ binaryornot==0.4.4
# Code quality
# ------------------------------------------------------------------------------
ruff==0.4.10
django-upgrade==1.18.0
django-upgrade==1.19.0
djlint==1.34.1
pre-commit==3.7.1

View File

@ -28,7 +28,7 @@ repos:
exclude: '{{cookiecutter.project_slug}}/templates/'
- repo: https://github.com/adamchainz/django-upgrade
rev: '1.18.0'
rev: '1.19.0'
hooks:
- id: django-upgrade
args: ['--target-version', '4.2']