From c2a3a0075cbe6f3f05a27f8c83420ab68b46eb62 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2020 04:37:21 +0000 Subject: [PATCH] Bump django from 3.0.3 to 3.0.4 Bumps [django](https://github.com/django/django) from 3.0.3 to 3.0.4. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.3...3.0.4) Signed-off-by: dependabot-preview[bot] --- test-requirements.txt | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 9ee4f86..c5532ef 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,7 +4,7 @@ # # pip-compile test-requirements.in # -aiohttp==3.6.2 +aiohttp==3.6.2 # via -r test-requirements.in, pytest-aiohttp asgiref==3.2.3 # via django async-timeout==3.0.1 # via aiohttp attrs==19.3.0 # via aiohttp, pytest @@ -12,8 +12,8 @@ certifi==2019.11.28 # via httpx, requests chardet==3.0.4 # via aiohttp, httpx, requests click==7.0 # via uvicorn coverage==5.0.2 # via coveralls, pytest-cov -coveralls==1.11.1 -django==3.0.3 +coveralls==1.11.1 # via -r test-requirements.in +django==3.0.4 # via -r test-requirements.in docopt==0.6.2 # via coveralls entrypoints==0.3 # via flake8 flake8==3.7.9 # via pytest-flake8 @@ -22,7 +22,7 @@ h2==3.2.0 # via httpx hpack==3.0.0 # via h2 hstspreload==2020.1.7 # via httpx httptools==0.1.1 # via uvicorn -httpx==0.11.1 +httpx==0.11.1 # via -r test-requirements.in hyperframe==5.2.0 # via h2 idna==2.8 # via httpx, requests, yarl mccabe==0.6.1 # via flake8 @@ -36,15 +36,15 @@ py==1.8.1 # via pytest pycodestyle==2.5.0 # via flake8 pyflakes==2.1.1 # via flake8 pyparsing==2.4.6 # via packaging -pytest-aiohttp==0.3.0 -pytest-asyncio==0.10.0 -pytest-cov==2.8.1 -pytest-django==3.8.0 -pytest-flake8==1.0.4 -pytest-mock==2.0.0 -pytest-mypy==0.4.2 -pytest-sugar==0.9.2 -pytest==5.3.5 +pytest-aiohttp==0.3.0 # via -r test-requirements.in +pytest-asyncio==0.10.0 # via -r test-requirements.in +pytest-cov==2.8.1 # via -r test-requirements.in +pytest-django==3.8.0 # via -r test-requirements.in +pytest-flake8==1.0.4 # via -r test-requirements.in +pytest-mock==2.0.0 # via -r test-requirements.in +pytest-mypy==0.4.2 # via -r test-requirements.in +pytest-sugar==0.9.2 # via -r test-requirements.in +pytest==5.3.5 # via -r test-requirements.in, pytest-aiohttp, pytest-asyncio, pytest-cov, pytest-django, pytest-flake8, pytest-mock, pytest-mypy, pytest-sugar pytz==2019.3 # via django requests==2.22.0 # via coveralls rfc3986==1.3.2 # via httpx @@ -55,7 +55,7 @@ termcolor==1.1.0 # via pytest-sugar typed-ast==1.4.0 # via mypy typing-extensions==3.7.4.1 # via mypy urllib3==1.25.7 # via httpx, requests -uvicorn==0.11.3 +uvicorn==0.11.3 # via -r test-requirements.in uvloop==0.14.0 # via uvicorn wcwidth==0.1.8 # via pytest websockets==8.1 # via uvicorn