Skip to content

Commit

Permalink
Bump factory-boy from 3.3.0 to 3.3.1
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent fcc2677 commit 57a2923
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ decorator==5.1.1
# via ipython
executing==0.8.3
# via stack-data
factory-boy==3.3.0
factory-boy==3.3.1
# via -r requirements/dev.in
faker==13.15.0
# via factory-boy
Expand Down
2 changes: 1 addition & 1 deletion requirements/functests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ click-repl==0.2.0
# via
# -r requirements/prod.txt
# celery
factory-boy==3.3.0
factory-boy==3.3.1
# via
# -r requirements/functests.in
# pytest-factoryboy
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ coverage[toml]==7.2.7
# pytest-cov
dill==0.3.6
# via pylint
factory-boy==3.3.0
factory-boy==3.3.1
# via
# -r requirements/functests.txt
# -r requirements/tests.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ click-repl==0.2.0
# celery
coverage[toml]==7.2.7
# via pytest-cov
factory-boy==3.3.0
factory-boy==3.3.1
# via
# -r requirements/tests.in
# pytest-factoryboy
Expand Down

0 comments on commit 57a2923

Please sign in to comment.