6
0
Fork 0

Update wagtail factories to 4.0.0

This commit is contained in:
Nick Moreton 2023-02-14 10:11:09 +00:00
parent 5ef0152a9c
commit b2d67827fc
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ tests_require = [
"pytest-pythonpath==0.7.4",
"pytest-sugar==0.9.4",
"pytest==6.2.5",
"wagtail_factories==2.0.1",
"wagtail_factories==4.0.0",
"pytest-mock==3.8.1",
]