From 1fb3642ee36961e0737e81617d9705eef037db0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 07:28:40 +0000 Subject: [PATCH] Bump cryptography in /blockchain_integration/pi_network Bumps [cryptography](https://github.com/pyca/cryptography) from 3.4.8 to 42.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.4.8...42.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- blockchain_integration/pi_network/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blockchain_integration/pi_network/requirements.txt b/blockchain_integration/pi_network/requirements.txt index 7c7c5d355..961caf784 100644 --- a/blockchain_integration/pi_network/requirements.txt +++ b/blockchain_integration/pi_network/requirements.txt @@ -1,7 +1,7 @@ pip==21.2.4 setuptools==57.4.0 wheel==0.37.1 -cryptography==3.4.8 +cryptography==42.0.4 pandas==1.3.5 scikit-learn==1.0.2 flask==2.0.2