From f7a7dccb62a0258128c95c31c9b4735ab0ffaf83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2020 18:54:09 +0000 Subject: [PATCH] Bump django from 2.1.2 to 2.2.13 Bumps [django](https://github.com/django/django) from 2.1.2 to 2.2.13. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.1.2...2.2.13) Signed-off-by: dependabot[bot] --- requirements-base.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-base.txt b/requirements-base.txt index 0d5f027..4293d4d 100644 --- a/requirements-base.txt +++ b/requirements-base.txt @@ -10,7 +10,7 @@ gunicorn # 2nd degree aichat[nlp] dependencies (nlpia, pugnlp, spacy) boto3==1.6.18 # aichat[django] -django==2.1.2 +django==2.2.13 django-extensions>=2.0.7 future fuzzywuzzy==0.16.0 diff --git a/requirements.txt b/requirements.txt index bfe220c..53eae2c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ scipy>=1.0.0,<1.1.0 numpy>=1.14.0,<1.15.0 # aichat[django] -django==2.1.2 +django==2.2.13 gunicorn # aichat[fuzzy]