From 6db155a869b572bb4d87c6d16af436b971cb314a Mon Sep 17 00:00:00 2001 From: Gresille & Siffle <39056254+GresilleSiffle@users.noreply.github.com> Date: Thu, 19 Sep 2024 12:17:13 +0200 Subject: [PATCH] [back] sec: update Django from 4.2.15 to 4.2.16 (#2017) See: https://docs.djangoproject.com/en/4.2/releases/4.2.16/ --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index d4268747c2..92ddc809be 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.15 +Django==4.2.16 # Used for fields computed on save for Django models # See https://github.com/brechin/django-computed-property/ django-computed-property==0.3.0