From bb6d0e9b0dd00e872dd3d70b6125b9343b4495d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 21:48:51 +0000 Subject: [PATCH] Bump django from 3.2.23 to 3.2.25 in /_code-samples/airgapped-wallet/py Bumps [django](https://github.com/django/django) from 3.2.23 to 3.2.25. - [Commits](https://github.com/django/django/compare/3.2.23...3.2.25) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- _code-samples/airgapped-wallet/py/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_code-samples/airgapped-wallet/py/requirements.txt b/_code-samples/airgapped-wallet/py/requirements.txt index 68fbf5fcc1..081f318776 100644 --- a/_code-samples/airgapped-wallet/py/requirements.txt +++ b/_code-samples/airgapped-wallet/py/requirements.txt @@ -5,7 +5,7 @@ certifi==2023.7.22 cffi==1.15.0 colorama==0.4.4 cryptography==41.0.6 -Django==3.2.23 +Django==3.2.25 ECPy==1.2.5 h11==0.12.0 httpcore==0.13.6