From 6f4d9542cf73277f029fa810d6e49a795eedf751 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2020 04:33:35 +0000 Subject: [PATCH] Bump django from 3.0.6 to 3.0.7 Bumps [django](https://github.com/django/django) from 3.0.6 to 3.0.7. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.6...3.0.7) Signed-off-by: dependabot-preview[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 5735357..4698560 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -13,7 +13,7 @@ chardet==3.0.4 # via aiohttp, httpx, requests click==7.1.2 # via uvicorn coverage==5.1 # via coveralls, pytest-cov coveralls==2.0.0 # via -r test-requirements.in -django==3.0.6 # via -r test-requirements.in +django==3.0.7 # via -r test-requirements.in docopt==0.6.2 # via coveralls filelock==3.0.12 # via pytest-mypy h11==0.9.0 # via httpx, uvicorn