From 97fe4704f2c8130355fec4a88a35c510c7e773c0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jun 2024 17:40:12 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b04242b..4a81034 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,5 @@ setuptools tegro_money requests hmac -pydantic \ No newline at end of file +pydantic +urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file