From 0e523cfd9d041eeaf0d2d3528d2909b9cb659bee Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Jul 2024 05:33:26 +0000 Subject: [PATCH] fix: 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 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5e939d4..0ca4f42 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ cffi==1.15.1 chardet==3.0.4 cryptography==42.0.6 decorator==4.4.2 -Django==4.1.13 +Django==4.2.14 django-cors-headers==3.13.0 django-extensions==3.2.1 djangorestframework==3.13.1