chore: bump pytest from 6.2.5 to 8.0.0

Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 to 8.0.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/6.2.5...8.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-02-12 17:22:46 +00:00 committed by GitHub
parent 148c119c05
commit 8d4701c24b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -55,7 +55,7 @@ dev = [
test = [ test = [
"factory-boy==3.2.1", "factory-boy==3.2.1",
"playwright>=1.39", "playwright>=1.39",
"pytest==6.2.5", "pytest==8.0.0",
"pytest-django==4.5.2", "pytest-django==4.5.2",
"pytest-playwright==0.4.3", "pytest-playwright==0.4.3",
"pytest-xdist>=3.5.0,<4", "pytest-xdist>=3.5.0,<4",