build(deps-dev): bump pytest from 7.1.3 to 7.2.0 (#902)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.3 to 7.2.0.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/7.1.3...7.2.0)

---
updated-dependencies:
- dependency-name: pytest
  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-10-26 11:55:36 +02:00
committed by GitHub
parent bb79cdd8fa
commit 756f5366b9
2 changed files with 22 additions and 19 deletions

View File

@ -71,7 +71,7 @@ python = "<3.8"
[tool.poetry.dev-dependencies]
# Testing
pytest = "^7.1.3"
pytest = "^7.2.0"
pytest-cov = "^4.0.0"
codecov = "^2.1.12"
pytest-asyncio = "^0.20.1"