diff --git a/backend/requirements/base.txt b/backend/requirements/base.txt index 68d961a..1ad8cf9 100644 --- a/backend/requirements/base.txt +++ b/backend/requirements/base.txt @@ -11,7 +11,7 @@ flower==2.0.1 # https://github.com/mher/flower # Django # ------------------------------------------------------------------------------ -django==4.2.7 # https://www.djangoproject.com/ +django==5.0.2 # https://www.djangoproject.com/ djangorestframework-simplejwt==5.3.1 # https://github.com/jazzband/djangorestframework-simplejwt django-health-check==3.17.0 # https://github.com/revsys/django-health-check django-environ==0.11.2 # https://github.com/joke2k/django-environ