Skip to content

Commit

Permalink
Merge d99832d into 2444564
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Mar 16, 2020
2 parents 2444564 + d99832d commit d5def75
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,26 @@
#
# 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
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.3 # via -r test-requirements.in
docopt==0.6.2 # via coveralls
entrypoints==0.3 # via flake8
filelock==3.0.12 # via pytest-mypy
flake8==3.7.9 # via pytest-flake8
h11==0.9.0 # via httpx, uvicorn
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
Expand All @@ -36,15 +37,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.6.0 # 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
Expand All @@ -55,7 +56,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
Expand Down

0 comments on commit d5def75

Please sign in to comment.