Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unpin and update Boto-related constraints
- Updating boto3 (1.9.128 -> 1.10.37) https://github.com/boto/boto3/blob/1.10.37/CHANGELOG.rst - Updating botocore (1.12.130 -> 1.13.37) https://github.com/boto/botocore/blob/1.13.37/CHANGELOG.rst - Updating docutils (0.12 -> 0.15.2) http://docutils.sourceforge.net/RELEASE-NOTES.html - Updating python-dateutil (2.7.3 -> 2.8.0) https://github.com/dateutil/dateutil/blob/2.8.1/NEWS - Updating s3transfer (0.2.0 -> 0.2.1) https://github.com/boto/s3transfer/blob/0.2.1/CHANGELOG.rst - Updating six (1.11.0 -> 1.13.0) https://github.com/benjaminp/six/blob/1.13.0/CHANGES --- Boto3 1.9.128's dependency tree: boto3 1.9.128 The AWS SDK for Python |-- botocore >=1.12.128,<1.13.0 | |-- docutils >=0.10 | |-- jmespath >=0.7.1,<1.0.0 | |-- python-dateutil >=2.1,<3.0.0 | | `-- six >=1.5 | `-- urllib3 >=1.20,<1.25 |-- jmespath >=0.7.1,<1.0.0 `-- s3transfer >=0.2.0,<0.3.0 `-- botocore >=1.12.36,<2.0.0 |-- docutils >=0.10 |-- jmespath >=0.7.1,<1.0.0 |-- python-dateutil >=2.1,<3.0.0 | `-- six >=1.5 `-- urllib3 >=1.20,<1.25 The boto3 (1.9 -> 1.10) and botocore (1.12 -> 1.13) minor version numbers were incremented due to Boto removing its vendored copy of requests. Otherwise no significant changes to behavior. urllib3 was not updated from 1.24.3, despite 1.25.7 being available, because our pinned version of requests wants urllib3 (>=1.21.1,<1.25). Similarly, python-dateutil is now stuck at 2.8.0 because botocore wants python-dateutil (>=2.1,<2.8.1). Relaxing that upper bound is tracked at boto/botocore#1872. All of the changelogs look benign, and Boto is fairly self-contained. However, python-dateutil is also used by elasticsearch-dsl, and six is used in a few other dependencies.
- Loading branch information