From 84d05bf013c0c517dea5e9be661f357f681c91c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 00:44:24 +0000 Subject: [PATCH] build(deps): bump cryptography from 3.3.2 to 39.0.1 in /client Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.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/3.3.2...39.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- client/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/setup.py b/client/setup.py index a5e2c50f4..19348dd6e 100644 --- a/client/setup.py +++ b/client/setup.py @@ -33,7 +33,7 @@ "protobuf==3.18.3", "py_ecc==1.7.1", "py-solc-x==1.1.0", - "cryptography==3.3.2", + "cryptography==39.0.1", "web3>=5<6", ], entry_points={