From 06dae2100f60a4f42d0b25253a5000e63ad8b435 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 22:17:36 +0000 Subject: [PATCH] Bump django in /content/_code-samples/airgapped-wallet/py Bumps [django](https://github.com/django/django) from 3.2.18 to 3.2.19. - [Commits](https://github.com/django/django/compare/3.2.18...3.2.19) --- updated-dependencies: - dependency-name: django 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 58a5e06c58..4ed816177e 100644 --- a/content/_code-samples/airgapped-wallet/py/requirements.txt +++ b/content/_code-samples/airgapped-wallet/py/requirements.txt @@ -5,7 +5,7 @@ certifi==2022.12.7 cffi==1.15.0 colorama==0.4.4 cryptography==39.0.1 -Django==3.2.18 +Django==3.2.19 ECPy==1.2.5 h11==0.12.0 httpcore==0.13.6