From 80f09d002da2f8da636eacfb201bdc0f3a7b3544 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 00:24:24 +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 1a747fc..23197cb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ django-js-asset==2.0.0; python_version >= '3.6' django-redis==5.2.0 django==4.1.1 gunicorn==20.1.0 -idna==3.4; python_version >= '3.5' +idna==3.7; python_version >= '3.5' lxml==4.9.1 markdown2==2.4.3; python_version >= '3.5' and python_version < '4' oauthlib==3.2.1; python_version >= '3.6'