From f8d688003a3b25295aae4ecdb373baceccbf74ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Sep 2021 19:44:41 +0000 Subject: [PATCH] Bump django from 3.1.12 to 3.1.13 in /examples 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/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/requirements.txt b/examples/requirements.txt index dfa5e9a..3aec4a7 100644 --- a/examples/requirements.txt +++ b/examples/requirements.txt @@ -1,5 +1,5 @@ ipython==7.16.1 -Django==3.1.12 +Django==3.1.13 django-redis==4.12.1 aioredis==1.3.1 aiokafka==0.7.0