From 066ecc98eff778267fe745a4abb36c79a796cb2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2020 18:41:53 +0000 Subject: [PATCH] Bump django from 2.0.5 to 2.2.10 in /menu_backend Bumps [django](https://github.com/django/django) from 2.0.5 to 2.2.10. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.0.5...2.2.10) Signed-off-by: dependabot[bot] --- menu_backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu_backend/requirements.txt b/menu_backend/requirements.txt index 65ada6c..575aa99 100644 --- a/menu_backend/requirements.txt +++ b/menu_backend/requirements.txt @@ -2,7 +2,7 @@ astroid==1.6.3 beautifulsoup4==4.6.0 certifi==2018.4.16 chardet==3.0.4 -Django==2.0.5 +Django==2.2.10 django-crontab==0.7.1 idna==2.6 isort==4.3.4