From 4d085aec7d8f49a72dcc7c41b786c1af16b0f506 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Nov 2022 20:20:24 +0000 Subject: [PATCH] Bump django in /content/_code-samples/airgapped-wallet/py Bumps [django](https://github.com/django/django) from 3.2.6 to 3.2.16. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2.6...3.2.16) --- 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 1ecc9fb209..6c7c87f72e 100644 --- a/content/_code-samples/airgapped-wallet/py/requirements.txt +++ b/content/_code-samples/airgapped-wallet/py/requirements.txt @@ -5,7 +5,7 @@ certifi==2021.5.30 cffi==1.15.0 colorama==0.4.4 cryptography==35.0.0 -Django==3.2.6 +Django==3.2.16 ECPy==1.2.5 h11==0.12.0 httpcore==0.13.6