From a700ede0ca1597b85b08a81798745ca0cbe1b2f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jan 2022 14:20:45 +0000 Subject: [PATCH] Bump django from 3.0.8 to 3.1.14 in /examples/ariadne_django Bumps [django](https://github.com/django/django) from 3.0.8 to 3.1.14. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.8...3.1.14) --- 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..02e4b40 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.14 ariadne==0.12.0 django-cors-headers==3.4.0 \ No newline at end of file