chore: bump pytest-django from 4.5.2 to 4.8.0

Bumps [pytest-django](https://github.com/pytest-dev/pytest-django) from 4.5.2 to 4.8.0.
- [Release notes](https://github.com/pytest-dev/pytest-django/releases)
- [Changelog](https://github.com/pytest-dev/pytest-django/blob/master/docs/changelog.rst)
- [Commits](https://github.com/pytest-dev/pytest-django/compare/v4.5.2...v4.8.0)

---
updated-dependencies:
- dependency-name: pytest-django
  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-02-19 17:30:07 +00:00 committed by GitHub
parent 61d3e70ae0
commit c20c1f8d46
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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