From 047ef83f1704d1d4c8cd5cb2e949f99f59eb1ab2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 09:03:49 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F(dependencies)=20update=20dja?= =?UTF-8?q?ngo=20to=20v5.1.5=20[SECURITY]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/pyproject.toml b/src/backend/pyproject.toml index c295bf69..253c2717 100644 --- a/src/backend/pyproject.toml +++ b/src/backend/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "django-redis==5.4.0", "django-storages[s3]==1.14.4", "django-timezone-field>=5.1", - "django==5.1.4", + "django==5.1.5", "djangorestframework==3.15.2", "drf_spectacular==0.28.0", "dockerflow==2024.4.2",