From b50380f795a681de2c10d86138986363e64b5369 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 3 Apr 2025 15:39:33 +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-9634162 --- pygoat/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygoat/requirements.txt b/pygoat/requirements.txt index d98d8ccd0e..4cc26b1a74 100644 --- a/pygoat/requirements.txt +++ b/pygoat/requirements.txt @@ -1,5 +1,5 @@ asgiref==3.2.7 -Django==3.1.12 +Django==5.0.14 pytz==2020.1 sqlparse==0.3.1 php-wsgi