diff --git a/setup.py b/setup.py index 6a73d24..990338e 100644 --- a/setup.py +++ b/setup.py @@ -2,10 +2,10 @@ install_requires = [ - "boto3>=1.5.0", + "boto3>=1.34.75", "jmespath>=0.7.1,<1.0.0", "termcolor>=2.4.0", - "python-dateutil>=2.4.0", + "python-dateutil>=2.9.0", ]