diff --git a/pyproject.toml b/pyproject.toml index 37b4e30..e94315d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,8 +25,8 @@ classifiers = [ "Topic :: Software Development :: Libraries :: Python Modules", ] dependencies = [ - "boto3>=1.16.10", - "botocore>=1.19.10", + "boto3>=1.34,<1.38", + "botocore>=1.34,<1.38", "requests", "aiohttp", "pyquery",