From 16b3a8dae7ad5eeb76a39d92281d431e737be449 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 7 Mar 2025 04:10:41 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-9296408 - https://snyk.io/vuln/SNYK-PYTHON-JINJA2-9292516 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1bcd6d643..c966e8054 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ asgiref==3.2.10 -Django==3.0.10 +Django==4.2.20 pytz==2020.1 sqlparse==0.3.1 php-wsgi @@ -9,7 +9,7 @@ gunicorn django-heroku whitenoise django-allauth -Jinja2==3.1.5 +Jinja2==3.1.6 python-etcd==0.4.5 urllib3==1.25.9 #test push should not push ddd