diff --git a/pygoat/requirements.txt b/pygoat/requirements.txt index d98d8ccd0..c8c1c0e62 100644 --- a/pygoat/requirements.txt +++ b/pygoat/requirements.txt @@ -1,7 +1,7 @@ asgiref==3.2.7 -Django==3.1.12 +Django==4.2.17 pytz==2020.1 -sqlparse==0.3.1 +sqlparse==0.4.4 php-wsgi pyyaml==5.4 django-crispy-forms @@ -9,3 +9,4 @@ gunicorn django-heroku whitenoise django-allauth +werkzeug>=3.0.6 # not directly required, pinned by Snyk to avoid a vulnerability