Skip to content

core: bump cryptography from 39.0.1 to 41.0.0#5840

Merged
BeryJu merged 1 commit intomainfrom
dependabot/pip/cryptography-41.0.0
Jun 2, 2023
Merged

core: bump cryptography from 39.0.1 to 41.0.0#5840
BeryJu merged 1 commit intomainfrom
dependabot/pip/cryptography-41.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jun 2, 2023

Bumps cryptography from 39.0.1 to 41.0.0.

Changelog

Sourced from cryptography's changelog.

41.0.0 - 2023-05-30


* **BACKWARDS INCOMPATIBLE:** Support for OpenSSL less than 1.1.1d has been
  removed.  Users on older version of OpenSSL will need to upgrade.
* **BACKWARDS INCOMPATIBLE:** Support for Python 3.6 has been removed.
* **BACKWARDS INCOMPATIBLE:** Dropped support for LibreSSL < 3.6.
* Updated the minimum supported Rust version (MSRV) to 1.56.0, from 1.48.0.
* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.1.1.
* Added support for the :class:`~cryptography.x509.OCSPAcceptableResponses`
  OCSP extension.
* Added support for the :class:`~cryptography.x509.MSCertificateTemplate`
  proprietary Microsoft certificate extension.
* Implemented support for equality checks on all asymmetric public key types.
* Added support for ``aes256-gcm@openssh.com`` encrypted keys in
  :func:`~cryptography.hazmat.primitives.serialization.load_ssh_private_key`.
* Added support for obtaining X.509 certificate signature algorithm parameters
  (including PSS) via
  :meth:`~cryptography.x509.Certificate.signature_algorithm_parameters`.
* Support signing :class:`~cryptography.hazmat.primitives.asymmetric.padding.PSS`
  X.509 certificates via the new keyword-only argument ``rsa_padding`` on
  :meth:`~cryptography.x509.CertificateBuilder.sign`.
* Added support for
  :class:`~cryptography.hazmat.primitives.ciphers.aead.ChaCha20Poly1305`
  on BoringSSL.

.. _v40-0-2:

40.0.2 - 2023-04-14

  • Fixed compilation when using LibreSSL 3.7.2.
  • Added some functions to support an upcoming pyOpenSSL release.

.. _v40-0-1:

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

... (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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.1 to 41.0.0.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@39.0.1...41.0.0)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner June 2, 2023 20:15
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python labels Jun 2, 2023
@netlify
Copy link
Copy Markdown

netlify bot commented Jun 2, 2023

Deploy Preview for authentik ready!

Name Link
🔨 Latest commit 20854c4
🔍 Latest deploy log https://app.netlify.com/sites/authentik/deploys/647a4deac9b0660008a87186
😎 Deploy Preview https://deploy-preview-5840--authentik.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@codecov
Copy link
Copy Markdown

codecov bot commented Jun 2, 2023

Codecov Report

Patch coverage has no change and project coverage change: -35.78 ⚠️

Comparison is base (7899ee1) 89.45% compared to head (20854c4) 53.67%.

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #5840       +/-   ##
===========================================
- Coverage   89.45%   53.67%   -35.78%     
===========================================
  Files         549      549               
  Lines       26326    26326               
===========================================
- Hits        23547    14127     -9420     
- Misses       2779    12199     +9420     
Flag Coverage Δ
e2e 51.90% <ø> (?)
integration 26.48% <ø> (?)
unit ?

Flags with carried forward coverage won't be shown. Click here to find out more.

see 399 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@BeryJu BeryJu merged commit c64d2c9 into main Jun 2, 2023
@BeryJu BeryJu deleted the dependabot/pip/cryptography-41.0.0 branch June 2, 2023 20:27
kensternberg-authentik added a commit that referenced this pull request Jun 5, 2023
* main:
  website/docs: Update troubleshooting login.md (#5814)
  web: bump @codemirror/lang-javascript from 6.1.8 to 6.1.9 in /web (#5853)
  web: bump tslib from 2.5.2 to 2.5.3 in /web (#5854)
  web: bump eslint from 8.41.0 to 8.42.0 in /web (#5852)
  core: bump sentry-sdk from 1.24.0 to 1.25.0 (#5856)
  core: bump github.com/sirupsen/logrus from 1.9.2 to 1.9.3 (#5855)
  translate: Updates for web/xliff/en.xlf in zh-Hans (#5841)
  translate: Updates for web/xliff/en.xlf in zh_CN (#5842)
  web: bump @sentry/browser from 7.53.1 to 7.54.0 in /web (#5830)
  web: bump lit from 2.7.4 to 2.7.5 in /web (#5833)
  core: bump cryptography from 39.0.1 to 41.0.0 (#5840)
  web: bump @sentry/tracing from 7.53.1 to 7.54.0 in /web (#5831)
  web: bump typescript from 5.0.4 to 5.1.3 in /web (#5832)
  web: bump mermaid from 10.2.0 to 10.2.2 in /web (#5839)
  web: Replace lingui.js with lit-localize (#5761)
  ci: outpost: use golangci-lint v1.52.2
  outposts/ldap: fix race condition when refreshing the provider
  website/integrations: fix snipe-it typo (#5836)
  core: bump docker from 6.1.2 to 6.1.3 (#5834)
  core: bump twilio from 8.2.1 to 8.2.2 (#5835)
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant