diff --git a/requirements-aws.txt b/requirements-aws.txt index e44f45ccce..1ae51c64f6 100644 --- a/requirements-aws.txt +++ b/requirements-aws.txt @@ -1 +1,4 @@ boto>=2.48.0, <3 +boto3-stubs[s3,sdb,iam,sts,boto3]>=1.28.3.post2, <2 +mypy-boto3-iam>=1.28.3.post2, <2 # Need to force .post1 to be replaced +moto>=4.1.11, <5 diff --git a/requirements-dev.txt b/requirements-dev.txt index db69f9e959..2e9023442c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -27,7 +27,4 @@ diff_cover lxml docutils>=0.16,<0.21 pyupgrade -pytest-xdist -boto3-stubs[s3,sdb,iam,sts,boto3]>=1.28.3.post2, <2 -mypy-boto3-iam>=1.28.3.post2, <2 # Need to force .post1 to be replaced -moto>=4.1.11, <5 \ No newline at end of file +pytest-xdist \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index b46c571093..e79fe7ebcc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ dill>=0.3.2, <0.4 requests>=2, <3 -docker>=6, <7 +docker>=3.7.2, <7 # Work around https://github.com/docker/docker-py/issues/3113 -urllib3<3 +urllib3>=1.26.0,<3 python-dateutil psutil >= 3.0.1, <6 py-tes>=0.4.2,<1