From 2b3b4589338bebdcd1df1e834386d72f381c66df Mon Sep 17 00:00:00 2001 From: mgs-sails Date: Tue, 13 Aug 2024 10:40:49 +0100 Subject: [PATCH] Upgraded model_bakery version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cc8e6e465..107f93edc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ tests = [ "pytest==6.2.5", "pytest-django==4.4.0", "pytest-xdist==2.3.0", - "model_bakery==1.3.2", + "model_bakery==1.17.0", "mock_services==0.3.1", "mongomock==3.23.0", "jsonapi-client==0.9.9",