From 1cdf81e392f5c881ca74fd0b29749f7dc8ff550e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Jun 2021 18:30: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.10. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.1.5...3.1.10) --- 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..dc1823f 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.10 django-cors-headers==3.6.0 graphene==2.1.8 graphene-django==2.15.0