diff --git a/setup.py b/setup.py index db0a3471b..e31c04eb8 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.0", - "cryptography==41.0.4", + "cryptography==41.0.5", "web3==6.11.1" # web3.py requires eth-abi, requests, and more, # so those will be installed too.