From f242860a4083f49e034f72c1f722a435a5b74846 Mon Sep 17 00:00:00 2001 From: Harold Wanyama Date: Wed, 5 Jun 2024 16:39:10 +0300 Subject: [PATCH] [#3966] Vulnerabilities Fix - Auto resolved package dependencies for boto3 Signed-off-by: Harold Wanyama --- cla-backend/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cla-backend/requirements.txt b/cla-backend/requirements.txt index 9abc87e21..1ed0fc304 100644 --- a/cla-backend/requirements.txt +++ b/cla-backend/requirements.txt @@ -4,8 +4,8 @@ astroid==2.3.3 atomicwrites==1.3.0 attrs==19.3.0 beautifulsoup4==4.8.1 -boto3boto3<1.13.0,>=1.12.236 -botocore==1.33.13 +boto3==1.22.1 +botocore==1.25.11 certifi==2023.7.22 chardet==3.0.4 colorama==0.4.3 @@ -47,13 +47,13 @@ python-jose==3.0.1 requests==2.31.0 requests-oauthlib==1.2.0 rsa==4.7 -s3transfer==0.2.1 +s3transfer==0.5.0 sentinels==1.0.0 six==1.13.0 soupsieve==1.9.5 termcolor==1.1.0 typed-ast==1.4.1 -urllib3==2.0.6 +urllib3==1.26.18 vintage==0.4.1 wcwidth==0.1.7 Werkzeug==0.15.5