build(deps-dev): bump pytest from 7.4.2 to 7.4.3 (#1223)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.2 to 7.4.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.4.2...7.4.3)

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

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-10-26 02:11:20 +00:00
committed by GitHub
parent 7f8a302589
commit c5909ff647
2 changed files with 5 additions and 5 deletions

View File

@ -72,7 +72,7 @@ python = "<3.8"
[tool.poetry.dev-dependencies]
# Testing
pytest = "^7.4.2"
pytest = "^7.4.3"
pytest-cov = "^4.0.0"
codecov = "^2.1.13"
pytest-asyncio = "^0.21.1"