You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2025. It is now read-only.
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]>
0 commit comments