From ae86ae4b078309d302bd2d27a220ba5868b1f452 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 18:48:08 +0000 Subject: [PATCH] Bump django from 1.9.2 to 2.2.24 in /sample/django Bumps [django](https://github.com/django/django) from 1.9.2 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.9.2...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sample/django/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/django/requirements.txt b/sample/django/requirements.txt index 3911ec30..788cdd5b 100644 --- a/sample/django/requirements.txt +++ b/sample/django/requirements.txt @@ -1,4 +1,4 @@ -Django==1.9.2 +Django==2.2.24 evernote==1.25.1 httplib2==0.7.6 oauth2==1.5.211