Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump django from 3.0.3 to 3.0.4 #86

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
#
# 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.4 # via -r test-requirements.in
docopt==0.6.2 # via coveralls
entrypoints==0.3 # via flake8
flake8==3.7.9 # via pytest-flake8
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down