From d237322b8dfc23757b30461ecc503f15f1105ccf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 15:05:50 -0700 Subject: [PATCH] Bump cryptography from 41.0.4 to 41.0.6 in /docs/sphinx (#985) Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.4 to 41.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.4...41.0.6) --- 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: ddd5c07b561149cf4ea59fbd441c1297980c1d60] --- 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 ca6f153641..a58e096168 100644 --- a/projects/rccl/docs/sphinx/requirements.txt +++ b/projects/rccl/docs/sphinx/requirements.txt @@ -26,7 +26,7 @@ charset-normalizer==3.1.0 # via requests click==8.1.3 # via sphinx-external-toc -cryptography==41.0.4 +cryptography==41.0.6 # via pyjwt deprecated==1.2.13 # via pygithub