From b8b988e7b2688a6f1db29964f29be8fcae578171 Mon Sep 17 00:00:00 2001 From: lpm0073 Date: Thu, 22 Aug 2024 07:03:47 -0600 Subject: [PATCH] chore: boto version bumps --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 47a05ddb..bd8a15d4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,9 +10,9 @@ # dev and test # ------------ -boto3==1.34.151 -botocore==1.34.136 -pytest==8.3.2 +boto3==1.35.3 +botocore==1.35.3 +pytest==8.2.2 pytest_mock==3.14.0 requests==2.32.3