From eb6602bcd439306b123cedf96b0e50bae42cd62a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2020 18:07:58 +0000 Subject: [PATCH] Bump django from 2.0.4 to 2.2.13 in /testing-in-django Bumps [django](https://github.com/django/django) from 2.0.4 to 2.2.13. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.0.4...2.2.13) Signed-off-by: dependabot[bot] --- testing-in-django/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing-in-django/requirements.txt b/testing-in-django/requirements.txt index 41483c1..9c855c1 100644 --- a/testing-in-django/requirements.txt +++ b/testing-in-django/requirements.txt @@ -1,4 +1,4 @@ -Django==2.0.4 +Django==2.2.13 selenium==3.11.0 django-nose==1.4.5 coverage==4.5.1