chore: bump factory-boy from 3.2.1 to 3.3.0

Bumps [factory-boy](https://github.com/FactoryBoy/factory_boy) from 3.2.1 to 3.3.0.
- [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.0)

---
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-02-13 09:20:19 +00:00 committed by GitHub
parent 77b18ac94f
commit 5033ecb9b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,7 +53,7 @@ dev = [
"isort==5.13.2", "isort==5.13.2",
] ]
test = [ test = [
"factory-boy==3.2.1", "factory-boy==3.3.0",
"playwright>=1.39", "playwright>=1.39",
"pytest==6.2.5", "pytest==6.2.5",
"pytest-django==4.5.2", "pytest-django==4.5.2",