Skip to content

Commit 3e25c31

Browse files
committed
Upgrade to Django 6
1 parent de9be5f commit 3e25c31

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ jobs:
6767
fail-fast: false
6868
matrix:
6969
python-version:
70+
- '3.14'
7071
- '3.13'
7172
- '3.12'
72-
- '3.11'
7373
steps:
7474

7575
- name: Checkout 🛎️

backend/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
anytree==2.13.0
22
boto3==1.42.30
3-
Django==5.2.9
3+
Django==6.0.1
44
django-filter==25.2
55
django-cors-headers==4.9.0
66
django-admin-sortable2==2.3

backend/requirements.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
anytree==2.13.0
88
# via -r requirements.in
9-
asgiref==3.8.1
9+
asgiref==3.11.0
1010
# via
1111
# django
1212
# django-cors-headers
@@ -34,7 +34,7 @@ defusedxml==0.7.1
3434
# social-auth-core
3535
discord-webhook==1.4.1
3636
# via -r requirements.in
37-
django==5.2.9
37+
django==6.0.1
3838
# via
3939
# -r requirements.in
4040
# django-admin-sortable2
@@ -121,6 +121,8 @@ sqlparse==0.5.0
121121
# via django
122122
typing-extensions==4.15.0
123123
# via referencing
124+
tzdata==2025.3
125+
# via django
124126
uritemplate==4.2.0
125127
# via drf-spectacular
126128
urllib3==2.6.3

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Commander Spellbook consists of three main components:
1414

1515
You need:
1616

17-
- Python 3.11 or higher
17+
- Python 3.12 or higher
1818
- Docker and Docker Compose, for running the entire stack locally and for running some scripts
1919
- To install the dependencies:
2020
- In the root of the repository, install the dependencies for local development using `pip install -r requirements.txt`

0 commit comments

Comments
 (0)