From 6018029ec75decf234dfe8accd5f0ec3498e0153 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 00:11:16 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-IDNA-6597975 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 72826126..86429a2e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ djangorestframework-gis==1.0 djangorestframework-simplejwt==5.2.1 djangorestframework==3.14.0 gunicorn==20.1.0 -idna==3.4; python_version >= '3.5' +idna==3.7; python_version >= '3.5' markdown==3.4.1 oauthlib==3.2.2; python_version >= '3.6' psycopg2==2.9.4