chore: bump pytest-playwright from 0.5.1 to 0.5.2

Bumps [pytest-playwright](https://github.com/microsoft/playwright-pytest) from 0.5.1 to 0.5.2.
- [Release notes](https://github.com/microsoft/playwright-pytest/releases)
- [Commits](https://github.com/microsoft/playwright-pytest/compare/v0.5.1...v0.5.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-09-09 17:27:58 +00:00 committed by GitHub
parent c14ab4198f
commit deb2edfc62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -60,7 +60,7 @@ test = [
"playwright>=1.39", "playwright>=1.39",
"pytest==8.3.2", "pytest==8.3.2",
"pytest-django==4.9.0", "pytest-django==4.9.0",
"pytest-playwright==0.5.1", "pytest-playwright==0.5.2",
"pytest-xdist>=3.5.0,<4", "pytest-xdist>=3.5.0,<4",
] ]
docker = [ docker = [