Skip to content

Commit

Permalink
Update django-upgrade to 1.19.0 (cookiecutter#5171)
Browse files Browse the repository at this point in the history
* Update django-upgrade from 1.18.0 to 1.19.0

* Update django-upgrade pre-commit hook

---------

Co-authored-by: Bruno Alla <[email protected]>
  • Loading branch information
pyup-bot and browniebroke authored Jun 30, 2024
1 parent 9757b17 commit 0f7aed4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit 0f7aed4

Please sign in to comment.