From 8e04a1c93d8b716389be3bfb514ddbca52c0de08 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 15 Oct 2023 04:18:48 -0300 Subject: [PATCH] Update model_bakery from 1.11.0 to 1.16.0 --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index a1a2ed42..d9179fbe 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -28,7 +28,7 @@ pre-commit==2.17.0 # xhttps://github.com/pre-commit/pre-commit # Django # ------------------------------------------------------------------------------ factory-boy==3.0.1 # https://github.com/FactoryBoy/factory_boy -model_bakery==1.11.0 # https://github.com/model-bakers/model_bakery +model_bakery==1.16.0 # https://github.com/model-bakers/model_bakery django-debug-toolbar==3.2.1 # https://github.com/jazzband/django-debug-toolbar django-extensions==3.0.8 # https://github.com/django-extensions/django-extensions