From d892b136ed50cd2511b636663b3aa1ec687e2ae7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Sep 2021 19:41:11 +0000 Subject: [PATCH] Bump django in /presentations/GraphQL/graphql_project Bumps [django](https://github.com/django/django) from 3.1.5 to 3.1.13. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.1.5...3.1.13) --- 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..489926d 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.13 django-cors-headers==3.6.0 graphene==2.1.8 graphene-django==2.15.0