Skip to content

Commit 52e6780

Browse files
committed
Upgrade to Django 6.0
1 parent 16c60e2 commit 52e6780

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ default_language_version:
33
python: python3.13
44
repos:
55
- repo: https://github.com/adamchainz/django-upgrade
6-
rev: 1.24.0
6+
rev: 1.29.1
77
hooks:
88
- id: django-upgrade
9-
args: [--target-version, "5.2"]
9+
args: [--target-version, "6.0"]
1010

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

requirements.prod.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
attrs>=21.4.0
22
blessings
3-
django
3+
django==6.0
44
django-extensions
55
django-pygmy
66
django-sans-db>=1.2.0

requirements.prod.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# uv pip compile requirements.prod.in --output-file=requirements.prod.txt
33
alabaster==1.0.0
44
# via sphinx
5-
asgiref==3.8.1
5+
asgiref==3.11.0
66
# via django
77
attrs==21.4.0
88
# via -r requirements.prod.in
@@ -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.2
21+
django==6.0
2222
# via
2323
# -r requirements.prod.in
2424
# django-extensions

0 commit comments

Comments
 (0)