From 3a9c97a5b236a368458a71be4a476b2d9a15d8a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 23:31:58 +0000 Subject: [PATCH] build(deps): bump cryptography from 3.3.2 to 41.0.3 in /client Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 41.0.3. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.3.2...41.0.3) --- 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..dff9a1848 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.3", "web3>=5<6", ], entry_points={