From d7df67049c267a471e6fef0343041dff341f825e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 21:42:37 +0000 Subject: [PATCH] Bump cryptography from 44.0.1 to 46.0.6 in /projects/rccl/docs/sphinx Bumps [cryptography](https://github.com/pyca/cryptography) from 44.0.1 to 46.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.1...46.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.6 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- projects/rccl/docs/sphinx/requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/projects/rccl/docs/sphinx/requirements.txt b/projects/rccl/docs/sphinx/requirements.txt index 68ecf6c4a98..2ba3bd0f01a 100644 --- a/projects/rccl/docs/sphinx/requirements.txt +++ b/projects/rccl/docs/sphinx/requirements.txt @@ -37,7 +37,7 @@ click==8.1.7 # sphinx-external-toc comm==0.2.2 # via ipykernel -cryptography==44.0.1 +cryptography==46.0.6 # via pyjwt debugpy==1.8.12 # via ipykernel @@ -258,8 +258,9 @@ traitlets==5.14.3 # matplotlib-inline # nbclient # nbformat -typing-extensions==4.12.0 +typing-extensions==4.15.0 # via + # cryptography # ipython # myst-nb # pydata-sphinx-theme