Skip to content

Commit c9ac22c

Browse files
committed
deps: update to django 5.2
1 parent 902fb39 commit c9ac22c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

base-requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ django-sitetree==1.18.0 # >=1.17.1 is (?) first version that supports Django 4.
44
django-apptemplates==1.5
55
django-admin-interface==0.28.9
66
django-translation-aliases==0.1.0
7-
Django==4.2.22
7+
Django==5.2
88
docutils==0.21.2
99
Markdown==3.7
1010
cmarkgfm==2024.11.20
@@ -20,7 +20,7 @@ beautifulsoup4==4.12.3
2020
icalendar==4.0.7
2121
chardet==4.0.0
2222
celery[redis]==5.4.0
23-
django-celery-beat==2.5.0
23+
django-celery-beat==2.8.1
2424
# TODO: We may drop 'django-imagekit' completely.
2525
django-imagekit==5.0 # 5.0 is first version that supports Django 4.2
2626
django-haystack==3.2.1
@@ -33,7 +33,7 @@ python-dateutil==2.8.2
3333

3434
requests[security]>=2.26.0
3535

36-
django-honeypot==1.0.4 # 1.0.4 is first version that supports Django 4.2
36+
django-honeypot>=1.2.0 # TODO: 5.2 support
3737
django-markupfield==2.0.1
3838

3939
django-allauth==64.2.1

0 commit comments

Comments
 (0)