chore: bump pytest from 8.1.1 to 8.2.0

Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.1.1 to 8.2.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/8.1.1...8.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-04-29 17:19:06 +00:00 committed by GitHub
parent 4ca1450cc6
commit 373c999f8f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -55,7 +55,7 @@ dev = [
test = [
"factory-boy==3.2.1",
"playwright>=1.39",
"pytest==8.1.1",
"pytest==8.2.0",
"pytest-django==4.8.0",
"pytest-playwright==0.4.4",
"pytest-xdist>=3.5.0,<4",