From 27495fe353ae8e67e25a43c159b3d480dd375e49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 20:05:10 +0000 Subject: [PATCH] Bump cryptography from 3.4.8 to 39.0.1 in /docs Bumps [cryptography](https://github.com/pyca/cryptography) from 3.4.8 to 39.0.1. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.4.8...39.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 89699d9..cccbc95 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,5 @@ -i https://pypi.org/simple -cryptography==3.4.8 +cryptography==39.0.1 voluptuous==0.12.2 alabaster==0.7.12