From c0844480b55e1a769c46408a58b1320b6d2fe902 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jun 2024 17:40:49 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-7267250 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 79861421..ffd4a8fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,7 +40,7 @@ social-auth-app-django==2.1.0 social-auth-core==1.7.0 SQLAlchemy==1.3.11 Unidecode==1.0.22 -urllib3==1.23 +urllib3==1.26.19 websockets==6.0 yarl==1.2.6 youtube-dl==2019.11.22