From 296b33d30db0945f98241d10ed4056a68fa98deb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 14:36:51 +0000 Subject: [PATCH] Bump django from 3.1.12 to 3.1.14 in /examples/yoti_example_django Bumps [django](https://github.com/django/django) from 3.1.12 to 3.1.14. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.1.12...3.1.14) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/yoti_example_django/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/yoti_example_django/requirements.txt b/examples/yoti_example_django/requirements.txt index 743d3e65..18be7747 100644 --- a/examples/yoti_example_django/requirements.txt +++ b/examples/yoti_example_django/requirements.txt @@ -20,7 +20,7 @@ cryptography==3.2 # yoti deprecated==1.2.10 # via yoti -django==3.1.12 +django==3.1.14 # via # -r requirements.in # django-sslserver