From 03a774c9913913024d08f17051498b6a2fc8da13 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Jul 2024 08:25:56 +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-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 --- example/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/requirements.txt b/example/requirements.txt index 0a28f80..b5acbfc 100644 --- a/example/requirements.txt +++ b/example/requirements.txt @@ -1 +1 @@ -Django==3.2.25 +Django==4.2.14