From 509d61c362b1ec1e7a31db8400b7704ed0d71c21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jul 2023 23:07:38 +0000 Subject: [PATCH] build(deps): bump cryptography from 3.3.2 to 41.0.2 in /client Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 41.0.2. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.3.2...41.0.2) --- 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..d5eb04e48 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.2", "web3>=5<6", ], entry_points={