File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed
Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 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 🛎️
Original file line number Diff line number Diff line change 11anytree==2.13.0
22boto3==1.42.30
3- Django==5.2.9
3+ Django==6.0.1
44django-filter==25.2
55django-cors-headers==4.9.0
66django-admin-sortable2==2.3
Original file line number Diff line number Diff line change 66#
77anytree == 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
3535discord-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
122122typing-extensions == 4.15.0
123123 # via referencing
124+ tzdata == 2025.3
125+ # via django
124126uritemplate == 4.2.0
125127 # via drf-spectacular
126128urllib3 == 2.6.3
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Commander Spellbook consists of three main components:
1414
1515You 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 `
You can’t perform that action at this time.
0 commit comments