From b27794c6fe04dc209b4926d3134b4bc432370606 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 17:46:45 +0000 Subject: [PATCH] Build(deps): Bump pycryptodome in /decryption-tool/src Bumps [pycryptodome](https://github.com/Legrandin/pycryptodome) from 3.17 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.17.0...v3.19.1) --- updated-dependencies: - dependency-name: pycryptodome dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- decryption-tool/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decryption-tool/src/requirements.txt b/decryption-tool/src/requirements.txt index c904d2c9c..13372ff70 100644 --- a/decryption-tool/src/requirements.txt +++ b/decryption-tool/src/requirements.txt @@ -4,5 +4,5 @@ cryptography==40.0.2 pyAesCrypt==6.0.0 pycodestyle==2.10.0 pycparser==2.21 -pycryptodome==3.17 +pycryptodome==3.19.1 six==1.16.0 \ No newline at end of file