Skip to content

Commit

Permalink
Bump factory-boy from 3.3.0 to 3.3.1 (#1682)
Browse files Browse the repository at this point in the history
Bumps [factory-boy](https://github.com/FactoryBoy/factory_boy) from 3.3.0 to 3.3.1.
- [Changelog](https://github.com/FactoryBoy/factory_boy/blob/master/docs/changelog.rst)
- [Commits](FactoryBoy/factory_boy@3.3.0...3.3.1)

---
updated-dependencies:
- dependency-name: factory-boy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 11, 2024
1 parent 72d4eac commit edddf04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ development = [
"pytest==8.3.3",
"pytest-randomly==3.15.0",
"syrupy==4.7.2",
"factory-boy==3.3.0",
"factory-boy==3.3.1",
"Faker==26.0.0",
]
packaging = ["pyinstaller~=6.10"]
Expand Down
2 changes: 1 addition & 1 deletion snyk/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ pre-commit>=3.5.0
pytest==8.3.3
pytest-randomly==3.15.0
syrupy==4.7.2
factory-boy==3.3.0
factory-boy==3.3.1
Faker==26.0.0

0 comments on commit edddf04

Please sign in to comment.