From 0e43b27a64b60be405d57e8a6067f42e79af6ca3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Apr 2024 01:54:52 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index de6c011..d638a23 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,5 @@ htmlmin pytz flake8 pylint -black \ No newline at end of file +black +idna>=3.7 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file