Skip to content

Commit

Permalink
Bump factory-boy from 3.2.1 to 3.3.0
Browse files Browse the repository at this point in the history
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](FactoryBoy/factory_boy@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and marcospri committed Jul 27, 2023
1 parent 586a88a commit 69715f5
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 @@ -85,7 +85,7 @@ elasticsearch-dsl==6.4.0
# via -r requirements/requirements.txt
executing==0.8.2
# via stack-data
factory-boy==3.2.1
factory-boy==3.3.0
# via -r requirements/dev.in
faker==17.4.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 @@ -79,7 +79,7 @@ elasticsearch-dsl==6.4.0
# via -r requirements/requirements.txt
exceptiongroup==1.1.0
# via pytest
factory-boy==3.2.1
factory-boy==3.3.0
# via -r requirements/functests.in
faker==17.4.0
# via factory-boy
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ exceptiongroup==1.1.0
# -r requirements/tests.txt
# hypothesis
# pytest
factory-boy==3.2.1
factory-boy==3.3.0
# 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 @@ -82,7 +82,7 @@ exceptiongroup==1.1.0
# via
# hypothesis
# pytest
factory-boy==3.2.1
factory-boy==3.3.0
# via -r requirements/tests.in
faker==17.4.0
# via factory-boy
Expand Down

0 comments on commit 69715f5

Please sign in to comment.