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 py from 1.8.1 to 1.10.0 in /requirements #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
158 changes: 108 additions & 50 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,53 +4,111 @@
#
# pip-compile --output-file=requirements/test.txt requirements/test.in
#
aiofiles==0.4.0 # via sanic
attrs==19.3.0 # via pytest
certifi==2019.11.28 # via httpx, requests
chardet==3.0.4 # via httpx, requests
codecov==2.0.22 # via -r requirements/test.in
colorama==0.4.3 # via -r requirements/test.in
coverage==5.0.4 # via codecov, pytest-cov
entrypoints==0.3 # via flake8
flake8-isort==2.9.1 # via -r requirements/test.in
flake8==3.7.9 # via -r requirements/test.in, flake8-isort
h11==0.8.1 # via httpx
h2==3.2.0 # via httpx
hpack==3.0.0 # via h2
hstspreload==2020.3.31 # via httpx
httptools==0.1.1 # via sanic
httpx==0.9.3 # via sanic
hyperframe==5.2.0 # via h2
idna==2.9 # via httpx, requests
importlib-metadata==1.6.0 # via pluggy, pytest
isort[pyproject]==4.3.21 # via flake8-isort
mccabe==0.6.1 # via flake8
more-itertools==8.2.0 # via pytest
multidict==4.7.5 # via sanic
mypy-extensions==0.4.3 # via mypy
mypy==0.770 # via -r requirements/test.in
packaging==20.3 # via pytest
pluggy==0.13.1 # via pytest
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-cov==2.8.1 # via pytest-cover
pytest-cover==3.0.0 # via pytest-coverage
pytest-coverage==0.0 # via -r requirements/test.in
pytest==5.4.1 # via -r requirements/test.in, pytest-cov
requests==2.23.0 # via codecov
rfc3986==1.3.2 # via httpx
sanic==19.12.2 # via -r requirements/test.in
six==1.14.0 # via packaging
sniffio==1.1.0 # via httpx
testfixtures==6.14.0 # via flake8-isort
toml==0.10.0 # via isort
typed-ast==1.4.1 # via mypy
typing-extensions==3.7.4.1 # via mypy
ujson==2.0.3 # via sanic
urllib3==1.25.8 # via requests
uvloop==0.14.0 # via sanic
wcwidth==0.1.9 # via pytest
websockets==8.1 # via sanic
zipp==3.1.0 # via importlib-metadata
aiofiles==0.4.0
# via sanic
attrs==19.3.0
# via pytest
certifi==2019.11.28
# via
# httpx
# requests
chardet==3.0.4
# via
# httpx
# requests
codecov==2.0.22
# via -r test.in
colorama==0.4.3
# via -r test.in
coverage==5.0.4
# via
# codecov
# pytest-cov
entrypoints==0.3
# via flake8
flake8-isort==2.9.1
# via -r test.in
flake8==3.7.9
# via
# -r test.in
# flake8-isort
h11==0.8.1
# via httpx
h2==3.2.0
# via httpx
hpack==3.0.0
# via h2
hstspreload==2020.3.31
# via httpx
httptools==0.1.1
# via sanic
httpx==0.9.3
# via sanic
hyperframe==5.2.0
# via h2
idna==2.9
# via
# httpx
# requests
isort[pyproject]==4.3.21
# via flake8-isort
mccabe==0.6.1
# via flake8
more-itertools==8.2.0
# via pytest
multidict==4.7.5
# via sanic
mypy-extensions==0.4.3
# via mypy
mypy==0.770
# via -r test.in
packaging==20.3
# via pytest
pluggy==0.13.1
# via pytest
py==1.10.0
# via pytest
pycodestyle==2.5.0
# via flake8
pyflakes==2.1.1
# via flake8
pyparsing==2.4.6
# via packaging
pytest-cov==2.8.1
# via pytest-cover
pytest-cover==3.0.0
# via pytest-coverage
pytest-coverage==0.0
# via -r test.in
pytest==5.4.1
# via
# -r test.in
# pytest-cov
requests==2.23.0
# via codecov
rfc3986==1.3.2
# via httpx
sanic==19.12.2
# via -r test.in
six==1.14.0
# via packaging
sniffio==1.1.0
# via httpx
testfixtures==6.14.0
# via flake8-isort
toml==0.10.0
# via isort
typed-ast==1.4.1
# via mypy
typing-extensions==3.7.4.1
# via mypy
ujson==2.0.3
# via sanic
urllib3==1.25.8
# via requests
uvloop==0.14.0
# via sanic
wcwidth==0.1.9
# via pytest
websockets==8.1
# via sanic