From 30d468c95dfd63a07c2e1752c2c8c5330e140618 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 4 Sep 2023 15:33:47 +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-5880505 --- pygoat/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygoat/requirements.txt b/pygoat/requirements.txt index d98d8ccd0e..645b74acab 100644 --- a/pygoat/requirements.txt +++ b/pygoat/requirements.txt @@ -1,5 +1,5 @@ asgiref==3.2.7 -Django==3.1.12 +Django==3.2.21 pytz==2020.1 sqlparse==0.3.1 php-wsgi