Skip to content

Commit ddc7f6a

Browse files
committed
Upgrade Django 5.1.8 -> 5.2
1 parent e94999a commit ddc7f6a

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
@@ -6,7 +6,7 @@ repos:
66
rev: 1.24.0
77
hooks:
88
- id: django-upgrade
9-
args: [--target-version, "5.1"]
9+
args: [--target-version, "5.2"]
1010

1111
- repo: https://github.com/ambv/black
1212
rev: 24.4.2

requirements.prod.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dj-database-url==0.5.0
1818
# via environs
1919
dj-email-url==1.0.6
2020
# via environs
21-
django==5.1.8
21+
django==5.2
2222
# via
2323
# -r requirements.prod.in
2424
# django-extensions

0 commit comments

Comments
 (0)