From 781b38fe6e40db706a086aee9fb6acc45a2578b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Sep 2021 17:39:36 +0000 Subject: [PATCH] Bump django from 3.1.12 to 3.1.13 in /examples/tutorial Bumps [django](https://github.com/django/django) from 3.1.12 to 3.1.13. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.1.12...3.1.13) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/tutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tutorial/requirements.txt b/examples/tutorial/requirements.txt index 174cfcb..7403b5b 100644 --- a/examples/tutorial/requirements.txt +++ b/examples/tutorial/requirements.txt @@ -1,3 +1,3 @@ -Django==3.1.12 +Django==3.1.13 aioworkers==0.6.0 git+https://github.com/dvhbru/dvhb-hybrid@0.2.10