From 0a5307db9c75d616322381abe06abd692a75c911 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 20:15:51 +0000 Subject: [PATCH] Bump django from 1.8 to 2.2.24 in /rocketc/requirements Bumps [django](https://github.com/django/django) from 1.8 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.8...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rocketc/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rocketc/requirements/base.txt b/rocketc/requirements/base.txt index ca0d4d28..36bd34bf 100644 --- a/rocketc/requirements/base.txt +++ b/rocketc/requirements/base.txt @@ -1,6 +1,6 @@ # Base requirements nose==1.3.7 -django==1.8 +django==2.2.24 requests==2.9.1 oauthlib==2.0.7 requests-oauthlib==0.8.0