Skip to content

Commit 40cc2e3

Browse files
committed
Update Django 5.0
1 parent 0b8e5aa commit 40cc2e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ repos:
3535
rev: "1.22.1"
3636
hooks:
3737
- id: django-upgrade
38-
args: [--target-version, "4.2"]
38+
args: [--target-version, "5.0"]
3939
- repo: https://github.com/psf/black
4040
rev: 24.10.0
4141
hooks:

requirements/common.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ django-push @ git+https://github.com/brutasse/django-push.git@22fda99641cfbd2f30
77
django-read-only==1.16.0
88
django-recaptcha==4.0.0
99
django-registration-redux==2.13
10-
Django==4.2.16
10+
Django==5.0.9
1111
docutils==0.21.2
1212
feedparser==6.0.11
1313
Jinja2==3.1.4

0 commit comments

Comments
 (0)