From 7ef4a30e15eed7b15c391e5ec92f5f2fb04f02a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2020 20:06:58 +0000 Subject: [PATCH] Bump django from 2.1.7 to 2.2.13 in /ruler_bot Bumps [django](https://github.com/django/django) from 2.1.7 to 2.2.13. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.1.7...2.2.13) Signed-off-by: dependabot[bot] --- ruler_bot/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruler_bot/requirements.txt b/ruler_bot/requirements.txt index 656fb4b..a944f83 100644 --- a/ruler_bot/requirements.txt +++ b/ruler_bot/requirements.txt @@ -1,7 +1,7 @@ CurrencyConverter==0.13.8 dateparser==0.7.0 -e git+https://github.com/deepmipt/DeepPavlov@0f0f1ec4cf33f817658ffb3d363cb84741a9e032#egg=deeppavlov -Django==2.1.7 +Django==2.2.13 django-rest-framework-mongoengine==3.3.1 djangorestframework==3.9.1 djongo==1.2.31