From 18e9c5c9cd5f07e6da2c9d736829444d5c807bf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 17:35:35 +0000 Subject: [PATCH] Bump cryptography from 2.5 to 39.0.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 2.5 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.5...39.0.1) --- 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 c187e62a3f..ca5963e9d9 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ 'distro==1.4.0', 'base58==1.0.0', 'cffi==1.13.2', - 'cryptography==3.4.7', + 'cryptography==39.0.1', 'protobuf==3.17.2', 'prometheus_client==0.7.1', 'ecdsa==0.13.3',