From e3c0556fc93406ade37e229230250a27acd6c70f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Feb 2022 07:46:47 +0000 Subject: [PATCH] Bump django from 2.2.10 to 2.2.27 in /example Bumps [django](https://github.com/django/django) from 2.2.10 to 2.2.27. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.10...2.2.27) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- example/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/requirements.txt b/example/requirements.txt index 608e70e..f125e5c 100644 --- a/example/requirements.txt +++ b/example/requirements.txt @@ -1,3 +1,3 @@ -Django==2.2.10 +Django==2.2.27 django-graphql-playground==1.0 pytz==2018.9