From 915678e558112cd6114807847ccf58262193d7d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 22:35:48 +0000 Subject: [PATCH] Bump cryptography from 1.5.3 to 39.0.1 in /compute/encryption Bumps [cryptography](https://github.com/pyca/cryptography) from 1.5.3 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/1.5.3...39.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- compute/encryption/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compute/encryption/requirements.txt b/compute/encryption/requirements.txt index c6f6869141b..f75f4efe900 100644 --- a/compute/encryption/requirements.txt +++ b/compute/encryption/requirements.txt @@ -1,2 +1,2 @@ -cryptography==1.5.3 +cryptography==39.0.1 requests==2.12.1