From f7a73ea4d7a73ab9c51a61e0824da7291194f57c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 13:42:04 +0000 Subject: [PATCH] Bump pycryptodome from 3.10.1 to 3.19.1 in /blockchain Bumps [pycryptodome](https://github.com/Legrandin/pycryptodome) from 3.10.1 to 3.19.1. - [Release notes](https://github.com/Legrandin/pycryptodome/releases) - [Changelog](https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst) - [Commits](https://github.com/Legrandin/pycryptodome/compare/v3.10.1...v3.19.1) --- updated-dependencies: - dependency-name: pycryptodome 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..10b3f5e 100644 --- a/blockchain/requirements.txt +++ b/blockchain/requirements.txt @@ -17,7 +17,7 @@ pandas==1.3.5 # Security dependencies cryptography==3.4.7 -pycryptodome==3.10.1 +pycryptodome==3.19.1 # Testing dependencies pytest==6.2.4