From 0fd892b21c8021414a87389afd40b6c84bcfa724 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2020 17:57:58 +0000 Subject: [PATCH] Bump django from 2.0.2 to 2.2.13 Bumps [django](https://github.com/django/django) from 2.0.2 to 2.2.13. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.0.2...2.2.13) Signed-off-by: dependabot[bot] --- requirements-to-freeze.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-to-freeze.txt b/requirements-to-freeze.txt index f526913..b979b47 100644 --- a/requirements-to-freeze.txt +++ b/requirements-to-freeze.txt @@ -1,4 +1,4 @@ -Django>=2.0,<2.1 +Django>=2.0,<2.3 git+https://github.com/C4ptainCrunch/libnetid.git django-oauth-toolkit django-cors-middleware diff --git a/requirements.txt b/requirements.txt index b7f16ba..4c1a7bc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ certifi==2018.1.18 chardet==3.0.4 -Django==2.0.2 +Django==2.2.13 furl==1.0.1 idna==2.6 libnetid==0.1.dev0