From c9344cdc64547eb336623af44792c216125a6c18 Mon Sep 17 00:00:00 2001 From: Rafa Porres Molina Date: Wed, 24 May 2023 11:51:02 +0200 Subject: [PATCH] Upgrade boto libraries Once the memory leak problems have been solved in boto, it is time to upgrade the libraries. related to APPSRE-7361 Signed-off-by: Rafa Porres Molina --- setup.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index ffcb80d5ea..762b0d2935 100644 --- a/setup.py +++ b/setup.py @@ -30,9 +30,8 @@ "python-gitlab>=1.11.0,<1.12.0", "semver~=2.13", "python-terraform>=0.10.0,<0.11.0", - # memory leak after boto3 1.24.72, https://github.com/boto/boto3/issues/3614 - "boto3==1.24.71", - "botocore==1.27.71", + "boto3==1.26.139", + "botocore==1.29.139", "urllib3>=1.25.4,<1.27.0", "slack_sdk>=3.10,<4.0", "pypd>=1.1.0,<1.2.0",