build(deps-dev): bump pytest-asyncio from 0.19.0 to 0.20.3 (#322)

Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.19.0 to 0.20.3.
- [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.19.0...v0.20.3)

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

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

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-12-16 22:44:33 -06:00
committed by GitHub
parent 3ef31b5e62
commit ea79b3c13a
2 changed files with 6 additions and 5 deletions

View File

@@ -58,7 +58,7 @@ pytest-cov = "^4.0.0"
types-croniter = "^1.3.2"
types-pytz = "^2022.2.1"
pytest_async = "^0.1.1"
pytest-asyncio = "^0.19.0"
pytest-asyncio = "^0.20.3"
respx = "^0.20.0"
pytest-mock = "^3.9.0"
pytest-lazy-fixture = "^0.6.3"