From 0da697f3b365ee03664e8544a5cc5f7452fc2da5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2019 00:36:03 +0000 Subject: [PATCH] Bump django from 2.2.6 to 2.2.8 Bumps [django](https://github.com/django/django) from 2.2.6 to 2.2.8. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.6...2.2.8) Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 37815b2..9ef6d7a 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -3,4 +3,4 @@ pytest==3.5.0 pytest-flake8 pytest-cov==2.5.1 flask -django==2.2.6; python_version>="3.0" +django==2.2.8; python_version>="3.0"