From 6ff02cdeb5dd4e93d6be65c3636bf4e9bf5a6434 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Jun 2021 00:02:43 +0000 Subject: [PATCH] Bump django in /presentations/GraphQL/graphql_project Bumps [django](https://github.com/django/django) from 3.1.5 to 3.1.9. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.1.5...3.1.9) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- presentations/GraphQL/graphql_project/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presentations/GraphQL/graphql_project/requirements.txt b/presentations/GraphQL/graphql_project/requirements.txt index e0e2994..0479c6b 100644 --- a/presentations/GraphQL/graphql_project/requirements.txt +++ b/presentations/GraphQL/graphql_project/requirements.txt @@ -1,6 +1,6 @@ aniso8601==7.0.0 asgiref==3.3.1 -Django==3.1.5 +Django==3.1.9 django-cors-headers==3.6.0 graphene==2.1.8 graphene-django==2.15.0