Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions base-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ celery[redis]==5.4.0
django-celery-beat==2.5.0
# TODO: We may drop 'django-imagekit' completely.
django-imagekit==5.0 # 5.0 is first version that supports Django 4.2
django-haystack==3.2.1
django-haystack==3.3.0
elasticsearch>=7,<8
# TODO: 0.14.0 only supports Django 1.8 and 1.11.
django-tastypie==0.14.7 # 0.14.6 is first version that supports Django 4.2
Expand All @@ -44,9 +44,9 @@ djangorestframework==3.14.0 # 3.14.0 is first version that supports Django 4.1,
django-filter==2.4.0
django-ordered-model==3.7.4
django-widget-tweaks==1.5.0
django-countries==7.2.1
django-countries==8.2.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

v7 to v8 was just dropped Python 3.7 support so all good to me

num2words==0.5.13
django-polymorphic==3.1.0 # 3.1.0 is first version that supports Django 4.0, unsure if it fully supports 4.2
django-polymorphic==4.1.0
sorl-thumbnail==12.11.0
django-extensions==3.2.3
django-import-export==2.7.1
Expand Down