From 05a1376c82fdc1573baa60a9ae91a12b21ded5a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 17:09:38 -0400 Subject: [PATCH] Bump cryptography from 42.0.8 to 43.0.1 in /docs/sphinx (#376) Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.8 to 43.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.8...43.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/rocprofiler-systems commit: b00d1b35dec4204ead416dab6016c7866093c151] --- projects/rocprofiler-systems/docs/sphinx/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocprofiler-systems/docs/sphinx/requirements.txt b/projects/rocprofiler-systems/docs/sphinx/requirements.txt index 81c604124f..5ba5428ea9 100644 --- a/projects/rocprofiler-systems/docs/sphinx/requirements.txt +++ b/projects/rocprofiler-systems/docs/sphinx/requirements.txt @@ -31,7 +31,7 @@ click==8.1.7 # sphinx-external-toc click-log==0.4.0 # via doxysphinx -cryptography==42.0.8 +cryptography==43.0.1 # via pyjwt deprecated==1.2.14 # via pygithub