From b41611f9b9d68df521d8697498d5a1bf3c41823f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 22:35:33 +0000 Subject: [PATCH] Bump cryptography from 2.2.2 to 39.0.1 in /requirements/edx Bumps [cryptography](https://github.com/pyca/cryptography) from 2.2.2 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/2.2.2...39.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/edx-sandbox/shared.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/edx-sandbox/shared.txt b/requirements/edx-sandbox/shared.txt index 15cd353d4e..b64e7f5925 100644 --- a/requirements/edx-sandbox/shared.txt +++ b/requirements/edx-sandbox/shared.txt @@ -10,7 +10,7 @@ -e common/lib/symmath asn1crypto==0.24.0 # via cryptography cffi==1.11.5 # via cryptography -cryptography==2.2.2 +cryptography==39.0.1 enum34==1.1.6 # via cryptography idna==2.9 # via cryptography ipaddress==1.0.22 # via cryptography