From ce11bd7b977f9ec918a75f0ec1e6ad673367cb43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2020 19:09:20 +0000 Subject: [PATCH] Bump django from 2.0.3 to 2.2.13 Bumps [django](https://github.com/django/django) from 2.0.3 to 2.2.13. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.0.3...2.2.13) 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 2e3500d..39c8c7e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ # # prequ update # -django==2.0.3 +django==2.2.13 mock==2.0.0 mock-open==1.3.1 pbr==3.1.1 # via mock