aboutsummaryrefslogtreecommitdiffstats
path: root/requirements/local.txt
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-09-03 17:25:30 +0100
committerMatthew Lemon <lemon@matthewlemon.com>2020-09-03 17:25:30 +0100
commit959c001905fffc4840e8f795170d724474bc1997 (patch)
treeb9fec38599e7afbe0dfd832d397b68cf4082c1be /requirements/local.txt
parent0d0066bdc03fcafa660db7b002ec2bb5846dc4fd (diff)
factory boy to 3.0.1
Diffstat (limited to 'requirements/local.txt')
-rw-r--r--requirements/local.txt2
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