build(deps-dev): bump pytest-asyncio from 0.19.0 to 0.20.1 (#896)

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

---
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>
Co-authored-by: collerek <collerek@gmail.com>
This commit is contained in:
dependabot[bot]
2022-10-24 08:58:40 +02:00
committed by GitHub
parent 92fd932a27
commit a32cf320df
2 changed files with 5 additions and 5 deletions

View File

@ -74,7 +74,7 @@ python = "<3.8"
pytest = "^7.1.3"
pytest-cov = "^4.0.0"
codecov = "^2.1.12"
pytest-asyncio = "^0.19.0"
pytest-asyncio = "^0.20.1"
fastapi = ">=0.70.1,<0.86"
flake8 = "^3.9.2"
flake8-black = "^0.3.3"