We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9757b17 commit 0f7aed4Copy full SHA for 0f7aed4
requirements.txt
@@ -5,7 +5,7 @@ binaryornot==0.4.4
5
# Code quality
6
# ------------------------------------------------------------------------------
7
ruff==0.4.10
8
-django-upgrade==1.18.0
+django-upgrade==1.19.0
9
djlint==1.34.1
10
pre-commit==3.7.1
11
{{cookiecutter.project_slug}}/.pre-commit-config.yaml
@@ -28,7 +28,7 @@ repos:
28
exclude: '{{cookiecutter.project_slug}}/templates/'
29
30
- repo: https://github.com/adamchainz/django-upgrade
31
- rev: '1.18.0'
+ rev: '1.19.0'
32
hooks:
33
- id: django-upgrade
34
args: ['--target-version', '4.2']
0 commit comments