diff --git a/backend/requirements/base.txt b/backend/requirements/base.txt index 225feb69..c93d0c5a 100644 --- a/backend/requirements/base.txt +++ b/backend/requirements/base.txt @@ -8,7 +8,7 @@ hiredis==1.0.1 # https://github.com/redis/hiredis-py # Django # ------------------------------------------------------------------------------ -django==3.0.7 # pyup: < 3.1 # https://www.djangoproject.com/ +django==4.2.17 # pyup: < 3.1 # https://www.djangoproject.com/ django-environ==0.4.5 # https://github.com/joke2k/django-environ django-model-utils==4.0.0 # https://github.com/jazzband/django-model-utils django-allauth==0.42.0 # https://github.com/pennersr/django-allauth