From 7f1d11a141ff8e4409a7ec6b9d42ca441cc04472 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Mar 2023 23:41:29 +0000 Subject: [PATCH] Bump django in /content/_code-samples/airgapped-wallet/py Bumps [django](https://github.com/django/django) from 3.2.16 to 3.2.18. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2.16...3.2.18) --- 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 fdbc8944ad..9ea9f32663 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.16 +Django==3.2.18 ECPy==1.2.5 h11==0.12.0 httpcore==0.13.6