From 8e335f5c2d4d7c8956237fd8a80e5542dbd33a1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 22:20:42 +0000 Subject: [PATCH] Bump django from 2.2.14 to 2.2.24 in /src Bumps [django](https://github.com/django/django) from 2.2.14 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.14...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements/base.txt b/src/requirements/base.txt index 2990be8..d6aa817 100644 --- a/src/requirements/base.txt +++ b/src/requirements/base.txt @@ -4,7 +4,7 @@ # Verified bug on Python 3.5.1 wheel==0.33.1 -django==2.2.14 +django==2.2.24 graphene==2.1.8 graphene-django==2.13.0 django-cors-headers==3.5.0