chore: bump pytest from 8.3.1 to 8.3.2

Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.1 to 8.3.2.
- [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.3.1...8.3.2)

---
updated-dependencies:
- dependency-name: pytest
  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-08-20 09:32:33 +00:00 committed by GitHub
parent 09e6907932
commit 16cf04cc01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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