From 300737fde60c2eb540935a7c81bc56c805655bb4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 21 May 2024 11:53:07 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-6928867 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f5c265f..469c033 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,5 @@ django-extensions==2.1.6 Werkzeug==0.14.1 # https://github.com/pallets/werkzeug geocoder==1.38.1 django-storages==1.10.1 -boto3==1.15.11 \ No newline at end of file +boto3==1.15.11 +requests>=2.32.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file