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:
parent
ba356397c0
commit
38d5860fc7
|
@ -30,7 +30,7 @@ django-widget-tweaks>=1.4.12
|
||||||
djlint>=1.0.0 # To auto-indent templates via "djlint --profile django --reformat"
|
djlint>=1.0.0 # To auto-indent templates via "djlint --profile django --reformat"
|
||||||
docutils>=0.18.1 # Used only by dbtemplates for RestructuredText
|
docutils>=0.18.1 # Used only by dbtemplates for RestructuredText
|
||||||
types-docutils>=0.18.1
|
types-docutils>=0.18.1
|
||||||
factory-boy>=3.2.1
|
factory-boy>=3.2.1,<3.3
|
||||||
github3.py>=3.2.0
|
github3.py>=3.2.0
|
||||||
gunicorn>=20.1.0
|
gunicorn>=20.1.0
|
||||||
hashids>=1.3.1
|
hashids>=1.3.1
|
||||||
|
|
Loading…
Reference in a new issue