From e4dec352312870c4027300f3a5553924d82bf8e7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 26 Jun 2024 06:50:57 +0000 Subject: [PATCH] fix: backend_app/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-DJANGORESTFRAMEWORK-7252137 --- backend_app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend_app/requirements.txt b/backend_app/requirements.txt index 1d128035..a3b9c5be 100644 --- a/backend_app/requirements.txt +++ b/backend_app/requirements.txt @@ -24,7 +24,7 @@ django-organizations==1.1.2 django-simple-history==2.12.0 django-timezone-field==4.0 django-webpack-loader==0.6.0 -djangorestframework==3.12.2 +djangorestframework==3.15.2 djangorestframework-simplejwt==4.4.0 drf-yasg==1.20.0 future==0.18.2