From bc0c217ce4e695e8f22a54fb39cc39de868cbc24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2020 08:51:29 +0000 Subject: [PATCH] Bump django from 2.2.9 to 2.2.10 Bumps [django](https://github.com/django/django) from 2.2.9 to 2.2.10. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.9...2.2.10) 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 58b1ca75..2ea7e7e7 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -3,5 +3,5 @@ pytest==3.5.0 pytest-flake8 pytest-cov==2.5.1 flask -django==2.2.9; python_version>="3.0" +django==2.2.10; python_version>="3.0" webob