From e5b44fc76916eae7b959608cc6752ddef47404cc Mon Sep 17 00:00:00 2001 From: Emile Swarts Date: Wed, 19 Feb 2025 16:51:09 +0000 Subject: [PATCH] Add security to requests --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7994c742..a2002e09 100644 --- a/requirements.txt +++ b/requirements.txt @@ -108,7 +108,7 @@ pytz==2024.2 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0" redis==4.4.4 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0" requests-file==2.1.0 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0" requests-toolbelt==0.9.1 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0" -requests==2.32.2 ; python_full_version >= "3.10.0" and python_version < "4" +requests[security]==2.32.2 ; python_full_version >= "3.10.0" and python_version < "4" s3transfer==0.4.2 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0" sentry-sdk==2.8.0 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0" setuptools==75.8.0 ; python_full_version >= "3.10.0" and python_version < "4.0"