From e89edcca392df4e5630e9c22a5748292d2061784 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 21:16:29 +0000 Subject: [PATCH] Bump django from 2.1.7 to 2.2.24 in /ruler_bot Bumps [django](https://github.com/django/django) from 2.1.7 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.1.7...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... 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..738e73c 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.24 django-rest-framework-mongoengine==3.3.1 djangorestframework==3.9.1 djongo==1.2.31