diff --git a/api/setup.py b/api/setup.py index 64f1eda9b..cda519972 100644 --- a/api/setup.py +++ b/api/setup.py @@ -39,7 +39,7 @@ setup( "django-coverage-plugin>=3.0.0,<3.1", "django-stubs>=1.14.0,<1.17", "djangorestframework-stubs>=1.8.0,<1.11", - "model_bakery>=1.10.1,<1.11", + "model_bakery>=1.10.1,<1.12", "psycopg[binary]>=3.1.8,<3.2", "pylint-django>=2.5.3,<2.6", "pytest-django>=4.5.2,<4.6",