Skip to content
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

Update: dependency update for October #59

Merged
merged 1 commit into from Oct 1, 2021

Conversation

pyup-bot
Copy link
Contributor

@pyup-bot pyup-bot commented Oct 1, 2021

Update cryptography from 3.4.8 to 35.0.0.

Changelog

35.0.0

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

* Changed the :ref:`version scheme <api-stability:versioning>`. This will
result in us incrementing the major version more frequently, but does not
change our existing backwards compatibility policy.
* **BACKWARDS INCOMPATIBLE:** The X.509 certificate parser no longer allows
negative serial numbers. :rfc:`5280` has always prohibited these.
* **BACKWARDS INCOMPATIBLE:** Invalid ASN.1 found during :doc:`/x509/index`
parsing will raise an error on initial parse rather than when the invalid
field is accessed.
* Rust is now required for building ``cryptography``, the
``CRYPTOGRAPHY_DONT_BUILD_RUST`` environment variable is no longer
respected.
* Parsers for :doc:`/x509/index` no longer use OpenSSL and have been
rewritten in Rust. This should be backwards compatible (modulo the items
listed above) and improve both security and performance.
* Added support for OpenSSL 3.0.0 as a compilation target.
* Added support for
:class:`~cryptography.hazmat.primitives.hashes.SM3` and
:class:`~cryptography.hazmat.primitives.ciphers.algorithms.SM4`,
when using OpenSSL 1.1.1. These algorithms are provided for compatibility
in regions where they may be required, and are not generally recommended.
* We now ship ``manylinux_2_24`` and ``musllinux_1_1`` wheels, in addition to
our ``manylinux2010`` and ``manylinux2014`` wheels. Users on distributions
like Alpine Linux should ensure they upgrade to the latest ``pip`` to
correctly receive wheels.
* Added ``rfc4514_attribute_name`` attribute to :attr:`x509.NameAttribute
<cryptography.x509.NameAttribute.rfc4514_attribute_name>`.
* Added :class:`~cryptography.hazmat.primitives.kdf.kbkdf.KBKDFCMAC`.

.. _v3-4-8:
Links

Update sentry-sdk from 1.3.1 to 1.4.3.

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

Links

Update urllib3 from 1.26.6 to 1.26.7.

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

Links

* Update sentry-sdk from 1.3.1 to 1.4.3
* Update urllib3 from 1.26.6 to 1.26.7
@TrueBrain TrueBrain force-pushed the pyup-scheduled-update-2021-10-01 branch from f3d732d to 90515a2 Compare October 1, 2021 18:54
@TrueBrain TrueBrain changed the title Scheduled monthly dependency update for October Update: dependency update for October Oct 1, 2021
@TrueBrain
Copy link
Member

Had to hold back cryptography due to dependency issues.

@TrueBrain TrueBrain merged commit 8dc5971 into main Oct 1, 2021
@TrueBrain TrueBrain deleted the pyup-scheduled-update-2021-10-01 branch October 1, 2021 18:57
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.

None yet

2 participants