Skip to content

Commit

Permalink
Bump botocore version checks in unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble committed Sep 27, 2023
1 parent 37d6f98 commit 203c53f
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ class TestMinimalVersionTestSuite:
# Prepare some data for use in our testing
# ========================================================
def setup_method(self):
self.MINIMAL_BOTO3 = "1.22.0"
self.MINIMAL_BOTOCORE = "1.25.0"
self.OLD_BOTO3 = "1.21.999"
self.OLD_BOTOCORE = "1.24.999"
self.MINIMAL_BOTO3 = "1.26.0"
self.MINIMAL_BOTOCORE = "1.29.0"
self.OLD_BOTO3 = "1.25.999"
self.OLD_BOTOCORE = "1.28.999"

# ========================================================
# Test we don't warn when using valid versions
Expand Down

0 comments on commit 203c53f

Please sign in to comment.