From ca278d0a95a2e8401ab35c49f6cf1277db712102 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Jul 2024 03:34:24 +0000 Subject: [PATCH] fix: ProStream/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-7435780 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-7436273 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-7436514 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-7436646 --- ProStream/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProStream/requirements.txt b/ProStream/requirements.txt index bed6b42..84dc29b 100644 --- a/ProStream/requirements.txt +++ b/ProStream/requirements.txt @@ -5,7 +5,7 @@ boto3==1.29.0 botocore==1.32.0 certifi==2023.7.22 charset-normalizer==3.3.2 -Django==4.2.6 +Django==4.2.14 django-cors-headers==4.3.0 django-dotenv==1.4.2 django-storages==1.14.2