From d2ea64286ce039eceb88fef80835d675a91b41d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 01:51:39 +0000 Subject: [PATCH] Bump cryptography from 2.5 to 3.3.2 Bumps [cryptography](https://github.com/pyca/cryptography) from 2.5 to 3.3.2. - [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.5...3.3.2) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bd468c687b..524f7c4c55 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ 'distro==1.4.0', 'base58==1.0.0', 'cffi==1.13.2', - 'cryptography==2.5', + 'cryptography==3.3.2', 'protobuf==3.17.2', 'prometheus_client==0.7.1', 'ecdsa==0.13.3',