From b9f86bad590f2cd2fbaba51483e73d373626b2d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 15:47:16 +0000 Subject: [PATCH] chore(deps): update dependency djangorestframework to v3.15.2 [security] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 3287a774c..3949d2e28 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -6,7 +6,7 @@ sqlparse==0.4.4 django-debug-toolbar==3.8.1 psycopg2-binary==2.9.9 -djangorestframework==3.15.1 +djangorestframework==3.15.2 drf-yasg==1.21.7 django-crispy-forms==2.0 django-formtools==2.4.1