From d86933bd0398cce4d0171240ade60359f6ae08c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 00:55:54 +0000 Subject: [PATCH] Bump cryptography from 42.0.0 to 42.0.2 in /docs/sphinx Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.0 to 42.0.2. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.0...42.0.2) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] --- 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 c69224ae..9eb4139f 100644 --- a/docs/sphinx/requirements.txt +++ b/docs/sphinx/requirements.txt @@ -31,7 +31,7 @@ click==8.1.3 # sphinx-external-toc click-log==0.4.0 # via doxysphinx -cryptography==42.0.0 +cryptography==42.0.2 # via pyjwt deprecated==1.2.13 # via pygithub