Skip to content
Open
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
4 changes: 2 additions & 2 deletions project/requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

argon2-cffi==19.1.0 # https://github.com/hynek/argon2_cffi
Pillow==6.1.0 # https://github.com/python-pillow/Pillow
Pillow==9.0.1 # https://github.com/python-pillow/Pillow
python-slugify==4.0.0 # https://github.com/un33k/python-slugify
pytz==2019.2 # https://github.com/stub42/pytz
redis==3.3.8 # https://github.com/antirez/redis
Expand All @@ -16,7 +16,7 @@ vine==1.3.0 # https://github.com/celery/vine

# Django
# ------------------------------------------------------------------------------
django==3.2.15 # pyup: < 3.0 # https://www.djangoproject.com/
django==3.2.16 # pyup: < 3.0 # https://www.djangoproject.com/
django-allauth==0.39.1 # https://github.com/pennersr/django-allauth
django-celery-beat==1.5.0 # https://github.com/celery/django-celery-beat
django-cors-headers==3.0.2 # https://github.com/adamchainz/django-cors-headers
Expand Down