summaryrefslogtreecommitdiffstats
path: root/ansible_collections/amazon/aws/tests/integration/constraints.txt
blob: f388e1f900bc7b82fb51bb60bbba3f4c56f7ac6e (plain)
1
2
3
4
5
6
7
8
9
10
11
# Specifically run tests against the oldest versions that we support
botocore==1.29.0
boto3==1.26.0

# AWS CLI has `botocore==` dependencies, provide the one that matches botocore
# to avoid needing to download over a years worth of awscli wheels.
awscli==1.27.0

# AWS CLI depends on PyYAML <5.5,>=3.10; the latest PyYAML release in that range, 5.4.1, fails to install.
# Use a version in that range that is known to work (https://github.com/yaml/pyyaml/issues/736)
PyYAML==5.3.1