From c2b65e7484c19a4706061e9160828153c06bdad3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 23:09:56 +0000 Subject: [PATCH] Build(deps): Bump cryptography in /decryption-tool/src Bumps [cryptography](https://github.com/pyca/cryptography) from 40.0.2 to 43.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/40.0.2...43.0.1) --- updated-dependencies: - dependency-name: cryptography 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..58dddc13c 100644 --- a/decryption-tool/src/requirements.txt +++ b/decryption-tool/src/requirements.txt @@ -1,6 +1,6 @@ autopep8==2.0.2 cffi==1.15.1 -cryptography==40.0.2 +cryptography==43.0.1 pyAesCrypt==6.0.0 pycodestyle==2.10.0 pycparser==2.21