diff --git a/backend/requirements/base.txt b/backend/requirements/base.txt index 6a192223..fda1aa5f 100644 --- a/backend/requirements/base.txt +++ b/backend/requirements/base.txt @@ -9,7 +9,7 @@ psycopg2==2.9.9 # https://github.com/psycopg/psycopg2 # Django # ------------------------------------------------------------------------------ -django==4.2.1 # https://www.djangoproject.com/ +django==5.1.1 # https://www.djangoproject.com/ django-environ==0.10.0 # https://github.com/joke2k/django-environ django-model-utils==4.3.1 # https://github.com/jazzband/django-model-utils django-allauth==0.54.0 # https://github.com/pennersr/django-allauth