From 4ed3dc563f7a0a730f53866d2887ac9fc1185c4a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 4 Nov 2023 05:24:43 +0000 Subject: [PATCH] fix: pygoat/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-6041515 --- pygoat/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygoat/requirements.txt b/pygoat/requirements.txt index d98d8ccd0e..4b65f36481 100644 --- a/pygoat/requirements.txt +++ b/pygoat/requirements.txt @@ -1,5 +1,5 @@ asgiref==3.2.7 -Django==3.1.12 +Django==3.2.23 pytz==2020.1 sqlparse==0.3.1 php-wsgi