-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scheduled weekly dependency update for week 41 #1587
Merged
Merged
Conversation
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
mythmon
approved these changes
Oct 15, 2018
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are all in contraints.txt
.
bors r+
bors bot
added a commit
that referenced
this pull request
Oct 15, 2018
1582: Fix some permission r=rehandalal a=mythmon Various files in the repo were marked as executable that did not need to be. 1586: Update dependency eslint to v5.7.0 r=mythmon a=renovate[bot] This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | eslint | devDependencies | minor | `5.6.1` -> `5.7.0` | [homepage](https://eslint.org), [source](https://renovatebot.com/gh/eslint/eslint) | 1587: Scheduled weekly dependency update for week 41 r=mythmon a=pyup-bot ### Update [atomicwrites](https://pypi.org/project/atomicwrites) from **1.2.0** to **1.2.1**. *The bot wasn't able to find a changelog for this release. [Got an idea?](https://github.com/pyupio/changelogs/issues/new)* <details> <summary>Links</summary> - PyPI: https://pypi.org/project/atomicwrites - Repo: https://github.com/untitaker/python-atomicwrites </details> ### Update [botocore](https://pypi.org/project/botocore) from **1.12.18** to **1.12.23**. <details> <summary>Changelog</summary> ### 1.12.23 ``` ======= * api-change:``cloudtrail``: Update cloudtrail client to latest version ``` ### 1.12.22 ``` ======= * api-change:``athena``: Update athena client to latest version * api-change:``ec2``: Update ec2 client to latest version * api-change:``transcribe``: Update transcribe client to latest version * api-change:``mediaconvert``: Update mediaconvert client to latest version * api-change:``directconnect``: Update directconnect client to latest version ``` ### 1.12.21 ``` ======= * api-change:``transcribe``: Update transcribe client to latest version * api-change:``comprehend``: Update comprehend client to latest version * api-change:``es``: Update es client to latest version ``` ### 1.12.20 ``` ======= * enhancement:TLS: Added support for configuring a client certificate and key when establishing TLS connections. * api-change:``ssm``: Update ssm client to latest version * bugfix:InstanceMetadataFetcher: Fix failure to retry on empty credentials and invalid JSON returned from IMDS `1049 <https://github.com/boto/botocore/issues/1049>`__ `1403 <https://github.com/boto/botocore/issues/1403>`__ ``` ### 1.12.19 ``` ======= * api-change:``iot``: Update iot client to latest version * api-change:``iot-jobs-data``: Update iot-jobs-data client to latest version ``` </details> <details> <summary>Links</summary> - PyPI: https://pypi.org/project/botocore - Changelog: https://pyup.io/changelogs/botocore/ - Repo: https://github.com/boto/botocore </details> ### Update [certifi](https://pypi.org/project/certifi) from **2018.8.24** to **2018.10.15**. *The bot wasn't able to find a changelog for this release. [Got an idea?](https://github.com/pyupio/changelogs/issues/new)* <details> <summary>Links</summary> - PyPI: https://pypi.org/project/certifi - Homepage: http://certifi.io/ </details> ### Update [Faker](https://pypi.org/project/Faker) from **0.9.1** to **0.9.2**. <details> <summary>Changelog</summary> ### 0.9.2 ``` * 1 bug fix: * Stopped stomping on I18n load path ``` </details> <details> <summary>Links</summary> - PyPI: https://pypi.org/project/faker - Changelog: https://pyup.io/changelogs/faker/ - Repo: https://github.com/joke2k/faker </details> ### Update [py](https://pypi.org/project/py) from **1.6.0** to **1.7.0**. <details> <summary>Changelog</summary> ### 1.7.0 ``` ================== - fix 174: use ``shutil.get_terminal_size()`` in Python 3.3+ to determine the size of the terminal, which produces more accurate results than the previous method. - fix pytest-dev/pytest2042: introduce new ``PY_IGNORE_IMPORTMISMATCH`` environment variable that suppresses ``ImportMismatchError`` exceptions when set to ``1``. ``` </details> <details> <summary>Links</summary> - PyPI: https://pypi.org/project/py - Changelog: https://pyup.io/changelogs/py/ - Docs: http://py.readthedocs.io/ </details> ### Update [urllib3](https://pypi.org/project/urllib3) from **1.22** to **1.23**. <details> <summary>Changelog</summary> ### 1.23 ``` ----------------- * Allow providing a list of headers to strip from requests when redirecting to a different host. Defaults to the ``Authorization`` header. Different headers can be set via ``Retry.remove_headers_on_redirect``. (Issue 1316) * Fix ``util.selectors._fileobj_to_fd`` to accept ``long`` (Issue 1247). * Dropped Python 3.3 support. (Pull 1242) * Put the connection back in the pool when calling stream() or read_chunked() on a chunked HEAD response. (Issue 1234) * Fixed pyOpenSSL-specific ssl client authentication issue when clients attempted to auth via certificate + chain (Issue 1060) * Add the port to the connectionpool connect print (Pull 1251) * Don't use the ``uuid`` module to create multipart data boundaries. (Pull 1380) * ``read_chunked()`` on a closed response returns no chunks. (Issue 1088) * Add Python 2.6 support to ``contrib.securetransport`` (Pull 1359) * Added support for auth info in url for SOCKS proxy (Pull 1363) ``` </details> <details> <summary>Links</summary> - PyPI: https://pypi.org/project/urllib3 - Changelog: https://pyup.io/changelogs/urllib3/ - Docs: https://urllib3.readthedocs.io/ </details> ### Update [boto3](https://pypi.org/project/boto3) from **1.9.18** to **1.9.23**. <details> <summary>Changelog</summary> ### 1.9.23 ``` ====== * api-change:``cloudtrail``: [``botocore``] Update cloudtrail client to latest version ``` ### 1.9.22 ``` ====== * api-change:``athena``: [``botocore``] Update athena client to latest version * api-change:``ec2``: [``botocore``] Update ec2 client to latest version * api-change:``transcribe``: [``botocore``] Update transcribe client to latest version * api-change:``mediaconvert``: [``botocore``] Update mediaconvert client to latest version * api-change:``directconnect``: [``botocore``] Update directconnect client to latest version ``` ### 1.9.21 ``` ====== * api-change:``transcribe``: [``botocore``] Update transcribe client to latest version * api-change:``comprehend``: [``botocore``] Update comprehend client to latest version * api-change:``es``: [``botocore``] Update es client to latest version ``` ### 1.9.20 ``` ====== * enhancement:TLS: [``botocore``] Added support for configuring a client certificate and key when establishing TLS connections. * api-change:``ssm``: [``botocore``] Update ssm client to latest version * bugfix:InstanceMetadataFetcher: [``botocore``] Fix failure to retry on empty credentials and invalid JSON returned from IMDS `1049 <https://github.com/boto/botocore/issues/1049>`__ `1403 <https://github.com/boto/botocore/issues/1403>`__ ``` ### 1.9.19 ``` ====== * api-change:``iot``: [``botocore``] Update iot client to latest version * api-change:``iot-jobs-data``: [``botocore``] Update iot-jobs-data client to latest version ``` </details> <details> <summary>Links</summary> - PyPI: https://pypi.org/project/boto3 - Changelog: https://pyup.io/changelogs/boto3/ - Repo: https://github.com/boto/boto3 </details> ### Update [geoip2](https://pypi.org/project/geoip2) from **2.8.0** to **2.9.0**. <details> <summary>Changelog</summary> ### 2.9.0 ``` ++++++++++++++++++ * You may now pass in the database via a file descriptor rather than a file name when creating a new ``geoip2.database.Reader`` object using ``MODE_FD``. This will read the database from the file descriptor into memory. Pull request by nkinkade. GitHub 53. ``` </details> <details> <summary>Links</summary> - PyPI: https://pypi.org/project/geoip2 - Changelog: https://pyup.io/changelogs/geoip2/ - Homepage: http://www.maxmind.com/ - Docs: https://pythonhosted.org/geoip2/ </details> ### Update [gevent](https://pypi.org/project/gevent) from **1.3.6** to **1.3.7**. <details> <summary>Changelog</summary> ### 1.3.7 ``` ================== - Formatting run info no longer includes ``gevent.local.local`` objects that have no value in the greenlet. See :issue:`1275`. - Fixed negative length in pywsgi's Input read functions for non chunked body. Reported in :issue:`1274` by tzickel. - Upgrade libuv from 1.22.0 to 1.23.2. - Fix opening files in text mode in CPython 2 on Windows by patching libuv. See :issue:`1282` reported by wiggin15. ``` </details> <details> <summary>Links</summary> - PyPI: https://pypi.org/project/gevent - Changelog: https://pyup.io/changelogs/gevent/ - Homepage: http://www.gevent.org/ </details> ### Update [gunicorn](https://pypi.org/project/gunicorn) from **19.8.1** to **19.9.0**. *The bot wasn't able to find a changelog for this release. [Got an idea?](https://github.com/pyupio/changelogs/issues/new)* <details> <summary>Links</summary> - PyPI: https://pypi.org/project/gunicorn - Changelog: https://pyup.io/changelogs/gunicorn/ - Homepage: http://gunicorn.org </details> Co-authored-by: Mike Cooper <[email protected]> Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: pyup-bot <[email protected]>
Build succeeded |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update atomicwrites from 1.2.0 to 1.2.1.
The bot wasn't able to find a changelog for this release. Got an idea?
Links
Update botocore from 1.12.18 to 1.12.23.
Changelog
1.12.23
1.12.22
1.12.21
1.12.20
1.12.19
Links
Update certifi from 2018.8.24 to 2018.10.15.
The bot wasn't able to find a changelog for this release. Got an idea?
Links
Update Faker from 0.9.1 to 0.9.2.
Changelog
0.9.2
Links
Update py from 1.6.0 to 1.7.0.
Changelog
1.7.0
Links
Update urllib3 from 1.22 to 1.23.
Changelog
1.23
Links
Update boto3 from 1.9.18 to 1.9.23.
Changelog
1.9.23
1.9.22
1.9.21
1.9.20
1.9.19
Links
Update geoip2 from 2.8.0 to 2.9.0.
Changelog
2.9.0
Links
Update gevent from 1.3.6 to 1.3.7.
Changelog
1.3.7
Links
Update gunicorn from 19.8.1 to 19.9.0.
The bot wasn't able to find a changelog for this release. Got an idea?
Links