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 and marcospri committed Oct 4, 2024
1 parent 86cef3c commit 65e99b6
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 @@ -46,7 +46,7 @@ decorator==5.1.1
# via ipython
executing==2.0.1
# via stack-data
factory-boy==3.3.0
factory-boy==3.3.1
# via -r requirements/dev.in
faker==22.0.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 @@ -40,7 +40,7 @@ click-repl==0.3.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 @@ -60,7 +60,7 @@ coverage[toml]==7.4.0
# pytest-cov
dill==0.3.7
# 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 @@ -42,7 +42,7 @@ click-repl==0.3.0
# celery
coverage[toml]==7.4.0
# 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 65e99b6

Please sign in to comment.