From 5ae93707193b506acb49e08f5d73538129c155a0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Oct 2023 03:27:13 +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-5932095 --- pygoat/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygoat/requirements.txt b/pygoat/requirements.txt index d98d8ccd0..97a7d1b14 100644 --- a/pygoat/requirements.txt +++ b/pygoat/requirements.txt @@ -1,5 +1,5 @@ asgiref==3.2.7 -Django==3.1.12 +Django==3.2.22 pytz==2020.1 sqlparse==0.3.1 php-wsgi