diff --git a/pyproject.toml b/pyproject.toml index 504e38747..fcaba5ebb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ classifiers = [ # Applications that consume this library should be the ones that are more strictly # limiting dependencies if they want/need to. dependencies = [ - "boto3 >= 1.42.29; python_version >= '3.9'", + "boto3 >= 1.42.89; python_version >= '3.9'", "boto3 >= 1.36.8; python_version < '3.9'", # Click 8.2 dropped python 3.8/3.9 support "click >= 8.1.7",