From 5a1856250ff1cd65ecd7a4841c5370022657feda Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Jul 2024 07:16:54 +0000 Subject: [PATCH] fix: dev_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 --- dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index 979d072..f54e2aa 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -2,7 +2,7 @@ asgiref==3.7.2 certifi==2023.7.22 charset-normalizer==3.1.0 crispy-bootstrap5==0.7 -Django==4.2.3 +Django==4.2.14 django-crispy-forms==2.0 gunicorn==20.1.0 idna==3.4