diff --git a/setup.py b/setup.py index 6eea387..6b2df09 100644 --- a/setup.py +++ b/setup.py @@ -5,6 +5,6 @@ setup( install_requires=[ 'target-core==0.1.0', - 'boto3==1.26.82' + 'boto3==1.34.117' ] )