Skip to content

Commit 4257af9

Browse files
committed
Upgraded Django to 5.2
1 parent 7da4e24 commit 4257af9

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
@@ -36,7 +36,7 @@ repos:
3636
rev: "1.24.0"
3737
hooks:
3838
- id: django-upgrade
39-
args: [--target-version, "5.1"]
39+
args: [--target-version, "5.2"]
4040
- repo: https://github.com/psf/black
4141
rev: 25.1.0
4242
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.19.0
88
django-recaptcha==4.0.0
99
django-registration-redux==2.13
10-
Django==5.1.7
10+
Django==5.2
1111
docutils==0.21.2
1212
feedparser==6.0.11
1313
Jinja2==3.1.6

0 commit comments

Comments
 (0)