diff --git a/backend/requirements.txt b/backend/requirements.txt index 3c269e6288..636263afe8 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.1.12 +Django==4.1.13 # Used for fields computed on save for Django models # See https://github.com/brechin/django-computed-property/ django-computed-property==0.3.0