Skip to content

Commit

Permalink
Bump pytest from 6.1.2 to 6.2.0
Browse files Browse the repository at this point in the history
Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.1.2 to 6.2.0.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@6.1.2...6.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 14, 2020
1 parent f731152 commit fc561a0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ h11==0.11.0 # via httpcore, uvicorn
httpcore==0.12.2 # via httpx
httpx==0.16.1 # via -r test-requirements.in
idna==2.10 # via requests, rfc3986, yarl
importlib-metadata==2.0.0 # via pluggy, pytest
iniconfig==1.1.1 # via pytest
multidict==5.0.2 # via aiohttp, yarl
mypy-extensions==0.4.3 # via mypy
Expand All @@ -37,7 +36,7 @@ pytest-mock==3.3.1 # via -r test-requirements.in
pytest-mypy==0.8.0 # via -r test-requirements.in
pytest-sugar==0.9.4 # via -r test-requirements.in
pytest-timeout==1.4.2 # via -r test-requirements.in
pytest==6.1.2 # via -r test-requirements.in, pytest-aiohttp, pytest-asyncio, pytest-cov, pytest-django, pytest-mock, pytest-mypy, pytest-sugar, pytest-timeout
pytest==6.2.0 # via -r test-requirements.in, pytest-aiohttp, pytest-asyncio, pytest-cov, pytest-django, pytest-mock, pytest-mypy, pytest-sugar, pytest-timeout
pytz==2020.4 # via django
requests==2.25.0 # via coveralls
rfc3986[idna2008]==1.4.0 # via httpx
Expand All @@ -47,8 +46,7 @@ sqlparse==0.4.1 # via django
termcolor==1.1.0 # via pytest-sugar
toml==0.10.2 # via pytest
typed-ast==1.4.1 # via mypy
typing-extensions==3.7.4.3 # via aiohttp, mypy, uvicorn, yarl
typing-extensions==3.7.4.3 # via aiohttp, mypy
urllib3==1.26.2 # via requests
uvicorn==0.12.2 # via -r test-requirements.in
yarl==1.6.3 # via aiohttp
zipp==3.4.0 # via importlib-metadata

0 comments on commit fc561a0

Please sign in to comment.