-
Notifications
You must be signed in to change notification settings - Fork 13.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #62856 - pietroalbini:fix-awscli, r=Mark-Simulacrum
ci: pin awscli dependencies docutils 0.15, a dependency of awscli, broke our CI since it's not compatible with Python 2 due to a bug. This pins all the dependencies of awscli with docutils 0.14, to make sure this kind of regressions doesn't happen again. r? @Mark-Simulacrum @alexcrichton
- Loading branch information
Showing
2 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
awscli==1.16.201 | ||
botocore==1.12.191 | ||
colorama==0.3.9 | ||
docutils==0.14 | ||
jmespath==0.9.4 | ||
pyasn1==0.4.5 | ||
python-dateutil==2.8.0 | ||
PyYAML==5.1 | ||
rsa==3.4.2 | ||
s3transfer==0.2.1 | ||
six==1.12.0 | ||
urllib3==1.25.3 | ||
futures==3.3.0; python_version < '3.0' |