chore: pin factory-boy until we address the deprecated post_generation save issue (#5999)

* chore: pin factory-boy until we address the deprecated post_generation save issue

* chore: restore lower bound on factory-boy version
This commit is contained in:
Robert Sparks 2023-07-20 08:53:11 -05:00 committed by GitHub
parent ba356397c0
commit 38d5860fc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ django-widget-tweaks>=1.4.12
djlint>=1.0.0 # To auto-indent templates via "djlint --profile django --reformat"
docutils>=0.18.1 # Used only by dbtemplates for RestructuredText
types-docutils>=0.18.1
factory-boy>=3.2.1
factory-boy>=3.2.1,<3.3
github3.py>=3.2.0
gunicorn>=20.1.0
hashids>=1.3.1