From 81f081eb83c1ffb0f1032695207f96297b23044c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2020 04:41:36 +0000 Subject: [PATCH] Bump django from 3.0.2 to 3.0.3 Bumps [django](https://github.com/django/django) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.2...3.0.3) 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 dc2d3c5..04cdb94 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -13,7 +13,7 @@ chardet==3.0.4 # via aiohttp, httpx, requests click==7.0 # via uvicorn coverage==5.0.2 # via coveralls, pytest-cov coveralls==1.10.0 -django==3.0.2 +django==3.0.3 docopt==0.6.2 # via coveralls entrypoints==0.3 # via flake8 flake8==3.7.9 # via pytest-flake8