Skip to content

Commit 0f7aed4

Browse files
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>
1 parent 9757b17 commit 0f7aed4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ binaryornot==0.4.4
55
# Code quality
66
# ------------------------------------------------------------------------------
77
ruff==0.4.10
8-
django-upgrade==1.18.0
8+
django-upgrade==1.19.0
99
djlint==1.34.1
1010
pre-commit==3.7.1
1111

{{cookiecutter.project_slug}}/.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repos:
2828
exclude: '{{cookiecutter.project_slug}}/templates/'
2929

3030
- repo: https://github.com/adamchainz/django-upgrade
31-
rev: '1.18.0'
31+
rev: '1.19.0'
3232
hooks:
3333
- id: django-upgrade
3434
args: ['--target-version', '4.2']

0 commit comments

Comments
 (0)