From 7d7650329b64f13d5220f30390f5b09b26ff59c3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 Jun 2025 08:22:10 +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-10390193 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390194 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 79861421..744dd873 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==2.5.0 websockets==6.0 yarl==1.2.6 youtube-dl==2019.11.22