build(deps-dev): bump pytest from 7.2.2 to 7.3.0 (#1048)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.2 to 7.3.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.2.2...7.3.0)

---
updated-dependencies:
- dependency-name: pytest
  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]
2023-04-10 08:39:14 +00:00
committed by GitHub
parent 65356b00a5
commit 2fe2a41a6d
2 changed files with 6 additions and 7 deletions

View File

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