From b88d2276cec810c387e976796468a392a3884a88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jun 2023 18:11:50 +0000 Subject: [PATCH] build(deps): bump cryptography from 3.3.2 to 41.0.0 in /client Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 41.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.3.2...41.0.0) --- 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..8bb9aa21d 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==41.0.0", "web3>=5<6", ], entry_points={