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

Bump cryptography from 39.0.2 to 40.0.1 in /tests #3694

Merged
merged 1 commit into from Mar 27, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 27, 2023

Bumps cryptography from 39.0.2 to 40.0.1.

Changelog

Sourced from cryptography's changelog.

40.0.1 - 2023-03-24


* Fixed a bug where certain operations would fail if an object happened to be
  in the top-half of the memory-space. This only impacted 32-bit systems.

.. _v40-0-0:

40.0.0 - 2023-03-24

  • BACKWARDS INCOMPATIBLE: As announced in the 39.0.0 changelog, the way cryptography links OpenSSL has changed. This only impacts users who build cryptography from source (i.e., not from a wheel), and specify their own version of OpenSSL. For those users, the CFLAGS, LDFLAGS, INCLUDE, LIB, and CRYPTOGRAPHY_SUPPRESS_LINK_FLAGS environment variables are no longer valid. Instead, users need to configure their builds as documented here_.
  • Support for Python 3.6 is deprecated and will be removed in the next release.
  • Deprecated the current minimum supported Rust version (MSRV) of 1.48.0. In the next release we will raise MSRV to 1.56.0. Users with the latest pip will typically get a wheel and not need Rust installed, but check :doc:/installation for documentation on installing a newer rustc if required.
  • Deprecated support for OpenSSL less than 1.1.1d. The next release of cryptography will drop support for older versions.
  • Deprecated support for DSA keys in :func:~cryptography.hazmat.primitives.serialization.load_ssh_public_key and :func:~cryptography.hazmat.primitives.serialization.load_ssh_private_key.
  • Deprecated support for OpenSSH serialization in :class:~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKey and :class:~cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKey.
  • The minimum supported version of PyPy3 is now 7.3.10.
  • Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.1.0.
  • Added support for parsing SSH certificates in addition to public keys with :func:~cryptography.hazmat.primitives.serialization.load_ssh_public_identity. :func:~cryptography.hazmat.primitives.serialization.load_ssh_public_key continues to support only public keys.
  • Added support for generating SSH certificates with :class:~cryptography.hazmat.primitives.serialization.SSHCertificateBuilder.
  • Added :meth:~cryptography.x509.Certificate.verify_directly_issued_by to :class:~cryptography.x509.Certificate.
  • Added a check to :class:~cryptography.x509.NameConstraints to ensure that :class:~cryptography.x509.DNSName constraints do not contain any * wildcards.
  • Removed many unused CFFI OpenSSL bindings. This will not impact you unless

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from a team as a code owner March 27, 2023 16:35
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 27, 2023
@github-actions github-actions bot added the tests Pull requests that update tests label Mar 27, 2023
@codecov
Copy link

codecov bot commented Mar 27, 2023

Codecov Report

Merging #3694 (65e9577) into main (eecc52d) will decrease coverage by 0.03%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #3694      +/-   ##
==========================================
- Coverage   52.35%   52.33%   -0.03%     
==========================================
  Files          59       59              
  Lines       16880    16880              
==========================================
- Hits         8838     8834       -4     
- Misses       7747     7749       +2     
- Partials      295      297       +2     

see 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.2 to 40.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@39.0.2...40.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/tests/cryptography-40.0.1 branch from 65e9577 to a9851f5 Compare March 27, 2023 19:10
@lucacome lucacome merged commit 04b8545 into main Mar 27, 2023
55 checks passed
@lucacome lucacome deleted the dependabot/pip/tests/cryptography-40.0.1 branch March 27, 2023 20:47
@lucacome lucacome removed the tests Pull requests that update tests label Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant