From 967ca06574736ef3dbfcfe93e07188af2560bc42 Mon Sep 17 00:00:00 2001 From: AkshathRaghav Date: Tue, 10 Oct 2023 02:20:13 -0400 Subject: [PATCH] Bumping urllib3 and boto3 to satisfy the former Signed-off-by: AkshathRaghav --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 108e4343d..f93e9d000 100644 --- a/setup.py +++ b/setup.py @@ -60,7 +60,7 @@ def str_from_file(name): # transitive dependencies: # urllib3: MIT # aiohttp: Apache 2.0 - "opensearch-py[async]==2.2.0", + "opensearch-py[async]==2.3.2", # License: BSD "psutil==5.8.0", # License: MIT @@ -97,7 +97,7 @@ def str_from_file(name): # botocore: Apache 2.0 # jmespath: MIT # s3transfer: Apache 2.0 - "boto3==1.10.32", + "boto3==1.28.62", ] tests_require = [