From 94fa54d9d18cb447ff621b5b600bb2e921c565f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2020 22:16:15 +0000 Subject: [PATCH] Bump django from 2.0.4 to 2.2.10 in /testing-in-django Bumps [django](https://github.com/django/django) from 2.0.4 to 2.2.10. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.0.4...2.2.10) 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..e73aa45 100644 --- a/testing-in-django/requirements.txt +++ b/testing-in-django/requirements.txt @@ -1,4 +1,4 @@ -Django==2.0.4 +Django==2.2.10 selenium==3.11.0 django-nose==1.4.5 coverage==4.5.1