From 8b0af7370bc021230912097a6f41c5aac8586fa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 01:45:25 +0000 Subject: [PATCH] Bump cryptography from 41.0.7 to 42.0.7 Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.7 to 42.0.7. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.7...42.0.7) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 625a661f2..74e44ae9a 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ "pytz", # used minimally and unlikely to change, common dependency "enforce-typing==1.0.0.post1", "eciespy==0.4.1", - "cryptography==41.0.7", + "cryptography==42.0.7", "web3==6.14.0", # web3.py requires eth-abi, requests, and more, # so those will be installed too.