From da7c876cc43f557e59b92d7de54cb945a923a361 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2020 23:54:00 +0000 Subject: [PATCH] Bump django from 2.1.7 to 2.2.10 in /ruler_bot Bumps [django](https://github.com/django/django) from 2.1.7 to 2.2.10. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.1.7...2.2.10) 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..94ac3b8 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.10 django-rest-framework-mongoengine==3.3.1 djangorestframework==3.9.1 djongo==1.2.31