build(deps-dev): bump pytest from 7.1.2 to 7.1.3 (#811)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.2 to 7.1.3.
- [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.2...7.1.3)

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

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-09-06 03:24:16 +01:00
committed by GitHub
parent d4530331ca
commit d0d5797b12
2 changed files with 5 additions and 17 deletions

View File

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