build(deps-dev): bump pytest-asyncio from 0.18.3 to 0.19.0 (#197)

Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.18.3 to 0.19.0.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Changelog](https://github.com/pytest-dev/pytest-asyncio/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.18.3...v0.19.0)

---
updated-dependencies:
- dependency-name: pytest-asyncio
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-07-17 21:36:55 -05:00
committed by GitHub
parent 5d944b4ed2
commit 24a2335877
2 changed files with 6 additions and 7 deletions

View File

@@ -58,7 +58,7 @@ pytest-cov = "^3.0.0"
types-croniter = "^1.0.10"
types-pytz = "^2022.1.1"
pytest_async = "^0.1.1"
pytest-asyncio = "^0.18.3"
pytest-asyncio = "^0.19.0"
respx = "^0.19.2"
pytest-mock = "^3.7.0"
pytest-lazy-fixture = "^0.6.3"