From c5ed07c7fecd14ece2ca019b1a4f30267a740cee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 18:43:34 +0000 Subject: [PATCH] Bump django from 1.11 to 2.2.24 in /examples/django Bumps [django](https://github.com/django/django) from 1.11 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.11...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/django/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/django/requirements.txt b/examples/django/requirements.txt index ce2f137..2a9b768 100644 --- a/examples/django/requirements.txt +++ b/examples/django/requirements.txt @@ -1,3 +1,3 @@ -django==1.11 +django==2.2.24 pycloudfn==0.1.205 djangorestframework==3.6.3