From c9c5ba7274b29630e2f42c7dc1184a037c9f851b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2020 18:33:03 +0000 Subject: [PATCH] Bump django from 2.0.12 to 2.2.13 Bumps [django](https://github.com/django/django) from 2.0.12 to 2.2.13. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.0.12...2.2.13) Signed-off-by: dependabot[bot] --- test_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_requirements.txt b/test_requirements.txt index 7de759b..4abfb24 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,6 +1,6 @@ beautifulsoup4==4.6.0 coverage==4.5.1 -Django==2.0.12 +Django==2.2.13 djangorestframework==3.7.7 flake8==3.5.0 markdown2==2.3.5