Skip to content

Commit

Permalink
Update factory-boy requirement from ==2.11.* to ==2.12.* (#356)
Browse files Browse the repository at this point in the history
Updates the requirements on [factory-boy](https://github.com/FactoryBoy/factory_boy) to permit the latest version.
- [Release notes](https://github.com/FactoryBoy/factory_boy/releases)
- [Changelog](https://github.com/FactoryBoy/factory_boy/blob/master/docs/changelog.rst)
- [Commits](FactoryBoy/factory_boy@2.11.0...2.12.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and mmarcos committed Jun 17, 2019
1 parent bf1bfde commit 53a432e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/test.txt
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pytest==3.4.*
pytest-cov==2.5.*
pytest-django==3.2.*
pytest-pythonpath==0.7.*
factory-boy==2.11.*
factory-boy==2.12.*
mixer==6.0.*
isort==4.3.*
flake8==3.5.*
Expand Down

0 comments on commit 53a432e

Please sign in to comment.