From d0d885c2a849f2cd58fbad4fa6de7dae464500f2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Apr 2024 23:55:03 +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 0ed9dc59..12a8c319 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ certifi==2024.2.2; python_version >= '3.6' charset-normalizer==3.3.2; python_full_version >= '3.7.0' click==8.1.7; python_version >= '3.7' defusedxml==0.7.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' -idna==3.6; python_version >= '3.5' +idna==3.7; python_version >= '3.5' jinja2==3.1.3; python_version >= '3.7' markupsafe==2.1.5; python_version >= '3.7' python-dotenv==1.0.1; python_version >= '3.8'