Skip to content

Commit

Permalink
Bump test requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble committed Oct 13, 2023
1 parent bfb88d8 commit 50f51ef
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# - tests/unit/constraints.txt
# - tests/integration/constraints.txt
# - tests/integration/targets/setup_botocore_pip
botocore>=1.25.0
boto3>=1.22.0
botocore>=1.29.0
boto3>=1.26.0
8 changes: 4 additions & 4 deletions tests/integration/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Specifically run tests against the oldest versions that we support
boto3==1.22.0
botocore==1.25.0
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.23.0
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
PyYAML==5.3.1
6 changes: 3 additions & 3 deletions tests/unit/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Specifically run tests against the oldest versions that we support
boto3==1.22.0
botocore==1.25.0
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.23.0
awscli==1.27.0

0 comments on commit 50f51ef

Please sign in to comment.