diff --git a/backend/requirements.txt b/backend/requirements.txt index 5dbd624433..cf1a8fed9b 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -3,7 +3,7 @@ # Full stack Web Framework used for Tournesol's backend # https://docs.djangoproject.com -Django==4.2.18 +Django==4.2.19 # Used for fields computed on save for Django models # See https://github.com/brechin/django-computed-property/ django-computed-property==0.3.0