From 6496111611625fc6f5c3076b09964078fe12282a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Apr 2024 22:20:58 +0000 Subject: [PATCH] fix: backend/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-IDNA-6597975 --- backend/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 3e7761d..ca037e0 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -2,4 +2,5 @@ uvicorn==0.13.4 requests==2.25.1 fastapi==0.65.2 pytest==6.2.4 -pytest-cov==2.12.1 \ No newline at end of file +pytest-cov==2.12.1 +idna>=3.7 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file