Skip to content

Commit

Permalink
build(deps-dev): bump pytest from 6.1.2 to 6.2.1 (#131)
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.1.
- [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.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 4, 2021
1 parent 2e88ea3 commit 0a6e110
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
15 changes: 7 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ typing-extensions = {python = "<3.8", version = "^3.7.4"}
aioredis = "^1.3.1"
async_generator = {python = "~3.6", version = "^1.10"}
coverage = {extras = ["toml"], version = "^5.3"}
pytest = "^6.1.2"
pytest = "^6.2.1"
pytest-aiohttp = "^0.3.0"
pytest-cov = "^2.10.1"
pytest-env = "^0.6.2"
Expand Down

0 comments on commit 0a6e110

Please sign in to comment.