Skip to content

Commit

Permalink
Bump awscli to be compatible with Py37
Browse files Browse the repository at this point in the history
`awscli` version we used to pin depends on `pyyaml` that doesn't support py37

The issue got fixed in aws/aws-cli#3430

`botocore` is also updated as `awscli` and `botocore` should usually
be synchronized.
  • Loading branch information
staaas authored and gasman committed Oct 27, 2018
1 parent 563d580 commit 5bc0988
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ whitenoise==3.2.2
boto==2.45.0
django-storages==1.6.5
# For retrieving credentials and signing requests to Elasticsearch
botocore==1.7.10
botocore==1.12.33
aws-requests-auth==0.4.0
django-redis==4.8.0
django_cache_url==2.0.0
# For copying initial media to S3 bucket
awscli==1.11.23
awscli==1.16.43

0 comments on commit 5bc0988

Please sign in to comment.