chore: bump factory-boy from 3.2.1 to 3.3.1

Bumps [factory-boy](https://github.com/FactoryBoy/factory_boy) from 3.2.1 to 3.3.1.
- [Changelog](https://github.com/FactoryBoy/factory_boy/blob/master/docs/changelog.rst)
- [Commits](https://github.com/FactoryBoy/factory_boy/compare/3.2.1...3.3.1)

---
updated-dependencies:
- dependency-name: factory-boy
  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-08-19 17:15:44 +00:00 committed by GitHub
parent 4e770f3ed9
commit c82aae8ce6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -56,7 +56,7 @@ dev = [
"isort==5.13.2", "isort==5.13.2",
] ]
test = [ test = [
"factory-boy==3.2.1", "factory-boy==3.3.1",
"playwright>=1.39", "playwright>=1.39",
"pytest==8.3.1", "pytest==8.3.1",
"pytest-django==4.8.0", "pytest-django==4.8.0",