Skip to content

Commit 7a94f92

Browse files
glanzelgrischan
andauthored
[ST-210] Upgrade to Django 5.0 (#1798)
Co-authored-by: grischan <grischan@gmail.com>
1 parent 82fb1ef commit 7a94f92

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

changelog/ST-210.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Changed
2+
- Django from 4.2 to 5.0 in requierments
3+
- Django Dependencys to > 3.2 < 5.1 in pyproject.toml

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ classifiers = [
1919
]
2020
dependencies = [
2121
"bleach[css]",
22-
"Django >= 3.2, < 4.3",
22+
"Django >= 3.2, < 5.1",
2323
"django-allauth",
2424
"django-autoslug",
2525
"django-background-tasks",

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
beautifulsoup4==4.12.3
22
bleach[css]==6.2.0
3-
Django==4.2.17
3+
Django==5.0
44
django-allauth==65.3.1
55
django-autoslug==1.9.9
66
https://github.com/liqd/django-ckeditor-5/releases/download/v0.2.11-liqd/django_ckeditor_5-0.2.11-py3-none-any.whl

0 commit comments

Comments
 (0)