From 8bb8cdde4f2334642e9b3e315f3a5877dbb6b274 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 20:01:52 +0000 Subject: [PATCH] Bump django from 3.0.8 to 3.1.12 in /examples/ariadne_django Bumps [django](https://github.com/django/django) from 3.0.8 to 3.1.12. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.8...3.1.12) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/ariadne_django/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ariadne_django/requirements.txt b/examples/ariadne_django/requirements.txt index cfe9010..777a794 100644 --- a/examples/ariadne_django/requirements.txt +++ b/examples/ariadne_django/requirements.txt @@ -1,4 +1,4 @@ neo4j-graphql-py==0.1.3 -Django==3.0.8 +Django==3.1.12 ariadne==0.12.0 django-cors-headers==3.4.0 \ No newline at end of file