From 19891f8ef1b3904cb6394e63566c23345be7a6ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 08:03:36 -0500 Subject: [PATCH] Bump cryptography from 46.0.3 to 46.0.5 in /docs/sphinx (#5953) Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.3 to 46.0.5. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.3...46.0.5) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.5 dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docs/sphinx/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sphinx/requirements.txt b/docs/sphinx/requirements.txt index 31f4bca6f..c807d7da5 100644 --- a/docs/sphinx/requirements.txt +++ b/docs/sphinx/requirements.txt @@ -37,7 +37,7 @@ click==8.3.1 # sphinx-external-toc comm==0.2.3 # via ipykernel -cryptography==46.0.3 +cryptography==46.0.5 # via pyjwt debugpy==1.8.19 # via ipykernel