diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-09-03 17:25:30 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-09-03 17:25:30 +0100 |
commit | 959c001905fffc4840e8f795170d724474bc1997 (patch) | |
tree | b9fec38599e7afbe0dfd832d397b68cf4082c1be /requirements | |
parent | 0d0066bdc03fcafa660db7b002ec2bb5846dc4fd (diff) |
factory boy to 3.0.1
Diffstat (limited to 'requirements')
-rw-r--r-- | requirements/local.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements/local.txt b/requirements/local.txt index eacbdb5..f54cb8b 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -14,7 +14,7 @@ black # https://github.com/ambv/black # Django # ------------------------------------------------------------------------------ -factory-boy # https://github.com/FactoryBoy/factory_boy +factory-boy==3.0.1 # https://github.com/FactoryBoy/factory_boy django-extensions==2.2.6 # https://github.com/django-extensions/django-extensions pytest-django # https://github.com/pytest-dev/pytest-django |