From 40d0240b6bd460964d357892ea295e1885688c49 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 8 Aug 2024 09:06:34 +0000 Subject: [PATCH] fix: example/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-7642790 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-7642791 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-7642813 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-7642814 --- example/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/requirements.txt b/example/requirements.txt index 0a28f80..e200bc7 100644 --- a/example/requirements.txt +++ b/example/requirements.txt @@ -1 +1 @@ -Django==3.2.25 +Django==4.2.15