From 07e190a6b6d6088f7f1d032d5c6771539c863ef6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 11:07:45 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F(dependencies)=20update=20dja?= =?UTF-8?q?ngo=20to=20v5.0.3=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 608c76c3a..502cc821c 100644 --- a/src/backend/pyproject.toml +++ b/src/backend/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "django-parler==2.3", "django-storages==1.14.2", "django-timezone-field>=5.1", - "django==5.0.2", + "django==5.0.3", "djangorestframework==3.14.0", "drf_spectacular==0.26.5", "dockerflow==2022.8.0",