From a2c4d6848a2d03223ad1cc939e2498d9b9ab9bbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2020 10:18:16 +0000 Subject: [PATCH] Bump django from 2.1.10 to 2.2.10 in /requirements Bumps [django](https://github.com/django/django) from 2.1.10 to 2.2.10. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.1.10...2.2.10) Signed-off-by: dependabot[bot] --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index ed02ea5..9af2412 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,5 +1,5 @@ python==3.6.6 -django==2.1.10 +django==2.2.10 mysql-connector-python==8.0.12 mysqlclient==1.3.12