From eb4d9608884820fd5f334bcb30d63d75e1209824 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 11:13:54 +0000 Subject: [PATCH] Bump cryptography from 48.0.0 to 48.0.1 (#12893) Bumps [cryptography](https://github.com/pyca/cryptography) from 48.0.0 to 48.0.1.
Changelog

Sourced from cryptography's changelog.

48.0.1 - 2026-06-09


* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL
4.0.1.

.. _v48-0-0:

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cryptography&package-manager=pip&previous-version=48.0.0&new-version=48.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) ---
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 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)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/constraints.txt | 2 +- requirements/dev.txt | 2 +- requirements/lint.txt | 2 +- requirements/test-common.txt | 2 +- requirements/test-ft.txt | 2 +- requirements/test.txt | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 0006a5c94fc..98e8187c9eb 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -67,7 +67,7 @@ coverage==7.14.1 # via # -r requirements/test-common.in # pytest-cov -cryptography==48.0.0 +cryptography==48.0.1 # via trustme cython==3.2.5 # via -r requirements/cython.in diff --git a/requirements/dev.txt b/requirements/dev.txt index a54cfb9ad9f..43a7bacfb1a 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -67,7 +67,7 @@ coverage==7.14.1 # via # -r requirements/test-common.in # pytest-cov -cryptography==48.0.0 +cryptography==48.0.1 # via trustme distlib==0.4.2 # via virtualenv diff --git a/requirements/lint.txt b/requirements/lint.txt index d4d482d03b2..cbfe8c2d12b 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -34,7 +34,7 @@ cfgv==3.5.0 # via pre-commit click==8.4.1 # via slotscheck -cryptography==48.0.0 +cryptography==48.0.1 # via trustme distlib==0.4.2 # via virtualenv diff --git a/requirements/test-common.txt b/requirements/test-common.txt index 2a2050402f9..b179b3b53d5 100644 --- a/requirements/test-common.txt +++ b/requirements/test-common.txt @@ -28,7 +28,7 @@ coverage==7.14.1 # via # -r requirements/test-common.in # pytest-cov -cryptography==48.0.0 +cryptography==48.0.1 # via trustme exceptiongroup==1.3.1 # via pytest diff --git a/requirements/test-ft.txt b/requirements/test-ft.txt index 725adcd13f4..8c005642016 100644 --- a/requirements/test-ft.txt +++ b/requirements/test-ft.txt @@ -42,7 +42,7 @@ coverage==7.14.1 # via # -r requirements/test-common.in # pytest-cov -cryptography==48.0.0 +cryptography==48.0.1 # via trustme exceptiongroup==1.3.1 # via pytest diff --git a/requirements/test.txt b/requirements/test.txt index d8a7a51ce7e..bb6ecae249b 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -42,7 +42,7 @@ coverage==7.14.1 # via # -r requirements/test-common.in # pytest-cov -cryptography==48.0.0 +cryptography==48.0.1 # via trustme exceptiongroup==1.3.1 # via pytest