Skip to content

Scheduled monthly dependency update for August - #86

Merged
mithrandi merged 32 commits into
masterfrom
pyup-scheduled-update-2018-08-01
Aug 2, 2018
Merged

Scheduled monthly dependency update for August#86
mithrandi merged 32 commits into
masterfrom
pyup-scheduled-update-2018-08-01

Conversation

@pyup-bot

@pyup-bot pyup-bot commented Aug 1, 2018

Copy link
Copy Markdown
Contributor

Update azure-common from 1.1.12 to 1.1.14.

The bot wasn't able to find a changelog for this release. Got an idea?

Links

Update azure-cosmosdb-table from 1.0.3 to 1.0.4.

The bot wasn't able to find a changelog for this release. Got an idea?

Links

Update azure-datalake-store from 0.0.22 to 0.0.25.

Changelog

0.0.25

+++++++++++++++++++
* Fixed downloading of empty directories and download of directory structure with only a single file

0.0.24

+++++++++++++++++++
* Retry policy implemented for all operations, default being Exponential Retry Policy

0.0.23

+++++++++++++++++++
* Fixed the incorrect download location in case of UNC local paths
Links

Update azure-mgmt-compute from 3.0.1 to 4.0.1.

The bot wasn't able to find a changelog for this release. Got an idea?

Links

Update azure-mgmt-containerregistry from 2.0.0 to 2.1.0.

The bot wasn't able to find a changelog for this release. Got an idea?

Links

Update azure-mgmt-containerservice from 4.0.0 to 4.2.0.

The bot wasn't able to find a changelog for this release. Got an idea?

Links

Update azure-mgmt-eventhub from 2.0.0 to 2.1.0.

The bot wasn't able to find a changelog for this release. Got an idea?

Links

Update azure-mgmt-network from 1.7.1 to 2.0.0.

The bot wasn't able to find a changelog for this release. Got an idea?

Links

Update azure-mgmt-resource from 1.2.2 to 2.0.0.

The bot wasn't able to find a changelog for this release. Got an idea?

Links

Update azure-mgmt-servicebus from 0.5.0 to 0.5.1.

The bot wasn't able to find a changelog for this release. Got an idea?

Links

Update azure-servicefabric from 6.2.0.0 to 6.3.0.0.

The bot wasn't able to find a changelog for this release. Got an idea?

Links

Update azure-storage-blob from 1.1.0 to 1.3.1.

The bot wasn't able to find a changelog for this release. Got an idea?

Links

Update azure-storage-file from 1.1.0 to 1.3.1.

The bot wasn't able to find a changelog for this release. Got an idea?

Links

Update boto from 2.48.0 to 2.49.0.

Changelog

2.49.0

============

:date: 2018/07/11

Updated the CA Bundle as well as some bucket encryption fixes.


Changes
-------
* Import the latest CA Bundle from certifi (:issue:`3818`, :sha:`e4699cba`)
* Fix to support uploads to KMS-encrypted buckets. (:issue:`3800`, :sha:`0a1d9040`)
* Support fetching GCS bucket encryption metadata. (:issue:`3799`, :sha:`132b64d2`)
* Update layer1.py (:issue:`3765`, :sha:`53340159`)
* Fix tests/unit/glacier/test_writer.py to make work with pypy. (:issue:`3762`, :sha:`8402c5d6`)
Links

Update cryptography from 2.2.2 to 2.3.

Changelog

2.3

~~~~~~~~~~~~~~~~

* **SECURITY ISSUE:**
:meth:`~cryptography.hazmat.primitives.ciphers.AEADDecryptionContext.finalize_with_tag`
allowed tag truncation by default which can allow tag forgery in some cases.
The method now enforces the ``min_tag_length`` provided to the
:class:`~cryptography.hazmat.primitives.ciphers.modes.GCM` constructor.
*CVE-2018-10903*
* Added support for Python 3.7.
* Added :meth:`~cryptography.fernet.Fernet.extract_timestamp` to get the
authenticated timestamp of a :doc:`Fernet </fernet>` token.
* Support for Python 2.7.x without ``hmac.compare_digest`` has been deprecated.
We will require Python 2.7.7 or higher (or 2.7.6 on Ubuntu) in the next
``cryptography`` release.
* Fixed multiple issues preventing ``cryptography`` from compiling against
LibreSSL 2.7.x.
* Added
:class:`~cryptography.x509.CertificateRevocationList.get_revoked_certificate_by_serial_number`
for quick serial number searches in CRLs.
* The :class:`~cryptography.x509.RelativeDistinguishedName` class now
preserves the order of attributes. Duplicate attributes now raise an error
instead of silently discarding duplicates.
* :func:`~cryptography.hazmat.primitives.keywrap.aes_key_unwrap` and
:func:`~cryptography.hazmat.primitives.keywrap.aes_key_unwrap_with_padding`
now raise :class:`~cryptography.hazmat.primitives.keywrap.InvalidUnwrap` if
the wrapped key is an invalid length, instead of ``ValueError``.

.. _v2-2-2:
Links

Update debtcollector from 1.19.0 to 1.20.0.

The bot wasn't able to find a changelog for this release. Got an idea?

Links

Update gevent from 1.3.4 to 1.3.5.

Changelog

1.3.5

==================

- Update the bundled libuv from 1.20.1 to 1.22.0.

- Test Python 3.7 on Appveyor. Fix the handling of Popen's
``close_fds`` argument on 3.7.

- Update Python versions tested on Travis, including PyPy to 6.0. See :issue:`1195`.

- :mod:`gevent.queue` imports ``_PySimpleQueue`` instead of
``SimpleQueue`` so that it doesn't block the event loop.
:func:`gevent.monkey.patch_all` makes this same substitution in
:mod:`queue`. This fixes issues with
:class:`concurrent.futures.ThreadPoolExecutor` as well. Reported in
:issue:`1248` by wwqgtxx and :issue:`1251` by pyld.

- :meth:`gevent.socket.socket.connect` doesn't pass the port (service)
to :func:`socket.getaddrinfo` when it resolves an ``AF_INET`` or
``AF_INET6`` address. (The standard library doesn't either.) This
fixes an issue on Solaris. Reported in :issue:`1252` by wiggin15.

- :meth:`gevent.socket.socket.connect` works with more address
families, notably AF_TIPC, AF_NETLINK, AF_BLUETOOTH, AF_ALG and AF_VSOCK.
Links

Update google-api-core from 1.2.1 to 1.3.0.

The bot wasn't able to find a changelog for this release. Got an idea?

Links

Update google-auth from 1.5.0 to 1.5.1.

Changelog

1.5.1

------

- Fix check for error text on Python 3.7. (278)
- Use new Auth URIs. (281)
- Add code-of-conduct document. (270)
- Fix some typos in test_urllib3.py (268)
Links

Update greenlet from 0.4.13 to 0.4.14.

Changelog

0.4.14

======
- Support for C-SKY architecture
- Fixed support for ppc64 ABI
- Fixed support for Python 3.7
Links

Update keyring from 13.1.0 to 13.2.1.

Changelog

13.2.1

------

* 335: Fix regression in command line client.

13.2.0

------

* Keyring command-line interface now reads the password
directly from stdin if stdin is connected to a pipe.
Links

Update keystoneauth1 from 3.9.0 to 3.10.0.

The bot wasn't able to find a changelog for this release. Got an idea?

Links

Update msrest from 0.5.1 to 0.5.4.

Changelog

0.5.4

Features

- Support additionalProperties and XML

BugFixes

- Better parse empty node and not string types
- Improve "object" XML parsing

0.5.3

BugFixes

- Fix some XML serialization subtle scenarios

0.5.2

Features

- deserialize/from_dict now accepts a content-type parameter to parse XML strings

Bugfixes

- Fix some complex XML Swagger definitions.

This release likely breaks already generated XML SDKs, that needs to be regenerated with autorest.python 3.0.58
Links

Update msrestazure from 0.4.33 to 0.4.34.

Changelog

0.4.34

Bugfixes

- MSIAuthentication should initialize the token attribute on creation 106
Links

Update oslo.config from 6.2.2 to 6.4.0.

The bot wasn't able to find a changelog for this release. Got an idea?

Links

Update oslo.i18n from 3.20.0 to 3.21.0.

The bot wasn't able to find a changelog for this release. Got an idea?

Links

Update oslo.utils from 3.36.3 to 3.36.4.

The bot wasn't able to find a changelog for this release. Got an idea?

Links

Update pbr from 4.0.4 to 4.2.0.

The bot wasn't able to find a changelog for this release. Got an idea?

Links

Update pyasn1 from 0.4.3 to 0.4.4.

The bot wasn't able to find a changelog for this release. Got an idea?

Links

Update python-swiftclient from 3.5.0 to 3.6.0.

The bot wasn't able to find a changelog for this release. Got an idea?

Links

Update pyyaml from 3.12 to 3.13.

The bot wasn't able to find a changelog for this release. Got an idea?

Links

Update stevedore from 1.28.0 to 1.29.0.

The bot wasn't able to find a changelog for this release. Got an idea?

Links

This change is Reviewable

pyup-bot added 30 commits August 1, 2018 17:26
@mithrandi
mithrandi merged commit 448b9c9 into master Aug 2, 2018
@mithrandi
mithrandi deleted the pyup-scheduled-update-2018-08-01 branch August 2, 2018 05:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants