We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82fb1ef commit 7a94f92Copy full SHA for 7a94f92
3 files changed
changelog/ST-210.md
@@ -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
@@ -19,7 +19,7 @@ classifiers = [
19
]
20
dependencies = [
21
"bleach[css]",
22
- "Django >= 3.2, < 4.3",
+ "Django >= 3.2, < 5.1",
23
"django-allauth",
24
"django-autoslug",
25
"django-background-tasks",
requirements/base.txt
@@ -1,6 +1,6 @@
beautifulsoup4==4.12.3
bleach[css]==6.2.0
-Django==4.2.17
+Django==5.0
4
django-allauth==65.3.1
5
django-autoslug==1.9.9
6
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