From 2066be23578eacf67345825e9e6ede7c1a7c9b9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 03:04:59 +0000 Subject: [PATCH] Bump cryptography in /content/_code-samples/airgapped-wallet/py Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.6 to 42.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.6...42.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- content/_code-samples/airgapped-wallet/py/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/_code-samples/airgapped-wallet/py/requirements.txt b/content/_code-samples/airgapped-wallet/py/requirements.txt index 68fbf5fcc19..c946e6570a4 100644 --- a/content/_code-samples/airgapped-wallet/py/requirements.txt +++ b/content/_code-samples/airgapped-wallet/py/requirements.txt @@ -4,7 +4,7 @@ base58==2.1.0 certifi==2023.7.22 cffi==1.15.0 colorama==0.4.4 -cryptography==41.0.6 +cryptography==42.0.0 Django==3.2.23 ECPy==1.2.5 h11==0.12.0