chore: bump pytest-django from 4.8.0 to 4.9.0

Bumps [pytest-django](https://github.com/pytest-dev/pytest-django) from 4.8.0 to 4.9.0.
- [Release notes](https://github.com/pytest-dev/pytest-django/releases)
- [Changelog](https://github.com/pytest-dev/pytest-django/blob/main/docs/changelog.rst)
- [Commits](https://github.com/pytest-dev/pytest-django/compare/v4.8.0...v4.9.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-09-02 17:08:51 +00:00 committed by GitHub
parent 8dc0c1c3df
commit c7546267da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -59,7 +59,7 @@ test = [
"factory-boy==3.3.1", "factory-boy==3.3.1",
"playwright>=1.39", "playwright>=1.39",
"pytest==8.3.2", "pytest==8.3.2",
"pytest-django==4.8.0", "pytest-django==4.9.0",
"pytest-playwright==0.5.1", "pytest-playwright==0.5.1",
"pytest-xdist>=3.5.0,<4", "pytest-xdist>=3.5.0,<4",
] ]