Skip to content

core: bump pyopenssl from 25.3.0 to 26.0.0#20926

Merged
rissson merged 1 commit intomainfrom
dependabot/uv/pyopenssl-26.0.0
Mar 16, 2026
Merged

core: bump pyopenssl from 25.3.0 to 26.0.0#20926
rissson merged 1 commit intomainfrom
dependabot/uv/pyopenssl-26.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2026

Bumps pyopenssl from 25.3.0 to 26.0.0.

Changelog

Sourced from pyopenssl's changelog.

26.0.0 (2026-03-15)

Backward-incompatible changes: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  • Dropped support for Python 3.7.
  • The minimum cryptography version is now 46.0.0.

Deprecations: ^^^^^^^^^^^^^

Changes: ^^^^^^^^

  • Added support for using aws-lc instead of OpenSSL.
  • Properly raise an error if a DTLS cookie callback returned a cookie longer than DTLS1_COOKIE_LENGTH bytes. Previously this would result in a buffer-overflow. Credit to dark_haxor for reporting the issue. CVE-2026-27459
  • Added OpenSSL.SSL.Connection.get_group_name to determine which group name was negotiated.
  • Context.set_tlsext_servername_callback now handles exceptions raised in the callback by calling sys.excepthook and returning a fatal TLS alert. Previously, exceptions were silently swallowed and the handshake would proceed as if the callback had succeeded. Credit to Leury Castillo for reporting this issue. CVE-2026-27448
Commits
  • 358cbf2 Prepare for 26.0.0 release (#1487)
  • a8d28e7 Bump actions/cache from 4 to 5 (#1486)
  • 6fefff0 Add aws-lc compatibility to tests and CI (#1476)
  • a739f96 Bump actions/download-artifact from 8.0.0 to 8.0.1 (#1485)
  • 8b4c66b Bump actions/upload-artifact in /.github/actions/upload-coverage (#1484)
  • 02a5c78 Bump actions/upload-artifact from 6.0.0 to 7.0.0 (#1483)
  • d973387 Bump actions/download-artifact from 7.0.0 to 8.0.0 (#1482)
  • 57f09bb Fix buffer overflow in DTLS cookie generation callback (#1479)
  • d41a814 Handle exceptions in set_tlsext_servername_callback callbacks (#1478)
  • 7b29beb Fix not using a cryptography wheel on uv (#1475)
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [pyopenssl](https://github.com/pyca/pyopenssl) from 25.3.0 to 26.0.0.
- [Changelog](https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst)
- [Commits](pyca/pyopenssl@25.3.0...26.0.0)

---
updated-dependencies:
- dependency-name: pyopenssl
  dependency-version: 26.0.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner March 16, 2026 16:37
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 16, 2026
@netlify
Copy link
Copy Markdown

netlify bot commented Mar 16, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 0f31ff0
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/69b831df919abc000820c8f7
😎 Deploy Preview https://deploy-preview-20926--authentik-docs.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 project configuration.

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.45%. Comparing base (dd19a33) to head (0f31ff0).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #20926      +/-   ##
==========================================
- Coverage   93.50%   93.45%   -0.06%     
==========================================
  Files         992      992              
  Lines       56153    56153              
==========================================
- Hits        52504    52475      -29     
- Misses       3649     3678      +29     
Flag Coverage Δ
conformance 37.41% <ø> (+<0.01%) ⬆️
e2e 42.91% <ø> (-0.01%) ⬇️
integration 22.16% <ø> (-0.05%) ⬇️
unit 91.68% <ø> (+<0.01%) ⬆️
unit-migrate 91.77% <ø> (+<0.01%) ⬆️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rissson rissson enabled auto-merge (squash) March 16, 2026 16:52
@rissson rissson merged commit 60a90c0 into main Mar 16, 2026
102 checks passed
@rissson rissson deleted the dependabot/uv/pyopenssl-26.0.0 branch March 16, 2026 17:14
kensternberg-authentik added a commit that referenced this pull request Mar 16, 2026
* main:
  web: rename SCIM provider "User filtering" section to "Filtering" (#20879)
  web/admin: Fix SCIM 'page_size' UI issue (#20890)
  ci: bump astral-sh/setup-uv from 7.4.0 to 7.5.0 in /.github/actions/setup (#20875)
  website: bump flatted from 3.3.3 to 3.4.1 in /website (#20892)
  website: bump the build group in /website with 12 updates (#20908)
  web: bump prettier-plugin-packagejson from 3.0.0 to 3.0.2 in /web (#20759)
  web: bump @sentry/browser from 10.42.0 to 10.43.0 in /web in the sentry group across 1 directory (#20839)
  policies: remove BufferedPolicyAccessView (#20521)
  web: bump dompurify from 3.3.2 to 3.3.3 in /web (#20856)
  web: bump chromedriver from 145.0.6 to 146.0.3 in /web (#20916)
  core: bump pyopenssl from 25.3.0 to 26.0.0 (#20926)
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