From d546c444c3107edff6338039052494620e2ef914 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 26 Jun 2024 07:20:40 +0000 Subject: [PATCH] fix: Infrastructure/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-DJANGORESTFRAMEWORK-7252137 --- Infrastructure/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Infrastructure/requirements.txt b/Infrastructure/requirements.txt index c4e99e05..02d71752 100644 --- a/Infrastructure/requirements.txt +++ b/Infrastructure/requirements.txt @@ -8,7 +8,7 @@ requests==2.31.0 django-ckeditor==6.5.1 django-tailwind==3.5.0 fontawesomefree==5.15.4 -djangorestframework==3.14.0 +djangorestframework==3.15.2 django_extensions==3.2.1 django-jsonfield==1.4.1 boto3