From d127c2c2bb63b6607684e3947c56a92b42fcbe57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 13:42:09 +0000 Subject: [PATCH] Bump cryptography from 3.4.7 to 42.0.4 in /blockchain Bumps [cryptography](https://github.com/pyca/cryptography) from 3.4.7 to 42.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.4.7...42.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- blockchain/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blockchain/requirements.txt b/blockchain/requirements.txt index 058119f..6ab493f 100644 --- a/blockchain/requirements.txt +++ b/blockchain/requirements.txt @@ -16,7 +16,7 @@ sqlalchemy==1.4.25 pandas==1.3.5 # Security dependencies -cryptography==3.4.7 +cryptography==42.0.4 pycryptodome==3.10.1 # Testing dependencies