From 64c6006f6d667f24e2bb228fb6f6c9a4d03b05c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 06:22:45 +0000 Subject: [PATCH] Bump cryptography from 46.0.5 to 48.0.0 Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.5 to 48.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.5...48.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 48.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs-requirements.txt | 2 +- lint-requirements.txt | 2 +- test-requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs-requirements.txt b/docs-requirements.txt index 5a9eb26..86763f2 100644 --- a/docs-requirements.txt +++ b/docs-requirements.txt @@ -14,7 +14,7 @@ cffi==2.0.0 # via cryptography charset-normalizer==3.4.7 # via requests -cryptography==46.0.5 +cryptography==48.0.0 # via -r docs-requirements.in docutils==0.21.2 # via sphinx diff --git a/lint-requirements.txt b/lint-requirements.txt index ac17f4c..187cccc 100644 --- a/lint-requirements.txt +++ b/lint-requirements.txt @@ -14,7 +14,7 @@ click==8.4.1 # via black colorlog==6.10.1 # via nox -cryptography==46.0.5 +cryptography==48.0.0 # via # -r lint-requirements.in # types-pyopenssl diff --git a/test-requirements.txt b/test-requirements.txt index e7f4720..51e7a11 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,7 +10,7 @@ cffi==2.0.0 # via cryptography coverage[toml]==7.14.1 # via -r test-requirements.in -cryptography==46.0.5 +cryptography==48.0.0 # via # -r test-requirements.in # pyopenssl