From c2f0d8a9c306a03b517812328f3485a50cdb6dc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 20:31: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.12. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.1.5...3.1.12) --- 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..9e1435d 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.12 django-cors-headers==3.6.0 graphene==2.1.8 graphene-django==2.15.0