From 6c350dafd35554252ebde20ed9092c7fb8c5367f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 17:02:17 +0200 Subject: [PATCH] chore(deps): update dependency model_bakery to >=1.10.1,<1.17 (#2752) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- api/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/setup.py b/api/setup.py index 5ffa24f21..51682326c 100644 --- a/api/setup.py +++ b/api/setup.py @@ -41,7 +41,7 @@ setup( "django-coverage-plugin>=3.0.0,<3.2", "django-stubs>=1.14.0,<4.3", "djangorestframework-stubs>=1.8.0,<3.15", - "model_bakery>=1.10.1,<1.16", + "model_bakery>=1.10.1,<1.17", "psycopg[binary]>=3.1.8,<3.2", "pylint-django>=2.5.3,<2.6", "pytest-django>=4.5.2,<4.6",