From 83c59c859a79c1b53730ae23e1d19eb4379f02a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 17:17:19 -0600 Subject: [PATCH] Bump cryptography from 43.0.1 to 44.0.1 in /docs/sphinx (#1543) Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.1 to 44.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.1...44.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> [ROCm/rccl commit: dd61df75ab294929f0a56e3e05be080166f1748b] --- projects/rccl/docs/sphinx/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rccl/docs/sphinx/requirements.txt b/projects/rccl/docs/sphinx/requirements.txt index bb03350303..269300df48 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==43.0.1 +cryptography==44.0.1 # via pyjwt debugpy==1.8.12 # via ipykernel