Skip to content

Commit 546898a

Browse files
authored
Pin boto3 and awscli versions in test (#5220)
* Pin boto3 and awscli version in test * toml * Revert "toml" This reverts commit 69c5994.
1 parent e7f4e31 commit 546898a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/requirements.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
boto3
1+
awscli==1.38.9
2+
boto3==1.37.9
23
docker
34
fabric
45
invoke
@@ -20,3 +21,5 @@ lxml==5.3.1
2021
crochet
2122
tenacity
2223
requests
24+
botocore==1.37.9
25+
s3transfer<0.12.0,>=0.11.0

0 commit comments

Comments
 (0)