Bump pytest from 7.4.0 to 7.4.2

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-09-12 16:49:24 +00:00
committed by GitHub
parent 239af57440
commit 5807c447dd
2 changed files with 5 additions and 5 deletions

View File

@@ -45,7 +45,7 @@ radon = "==6.0.1"
[tool.poetry.group.dev.dependencies]
isort = "==5.12.0"
pytest = "==7.4.0"
pytest = "==7.4.2"
pytest-env = "==1.0.1"
pytest-mock = "==3.11.1"
pytest-playwright = "==0.4.2"