From eb6faeab0bca5acd24ab2c2a104e1ed8329d0f89 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 22:18:58 +0000 Subject: [PATCH] fix(deps): update dependency django-model-utils to v4.5.1 (#2191) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index b80e0683f..9e1a2fa50 100644 --- a/poetry.lock +++ b/poetry.lock @@ -908,13 +908,13 @@ test = ["pytest", "pytest-cov", "pytest-django"] [[package]] name = "django-model-utils" -version = "4.5.0" +version = "4.5.1" description = "Django model mixins and utilities" optional = false python-versions = ">=3.8" files = [ - {file = "django-model-utils-4.5.0.tar.gz", hash = "sha256:08715a87fe114d1038c889c1c9eadade5f400f16230a9988e6ee36ace589240b"}, - {file = "django_model_utils-4.5.0-py3-none-any.whl", hash = "sha256:745bf343f44e4c95216dd1c0b8307ad50906caadb9b8b4c337d768452840c252"}, + {file = "django_model_utils-4.5.1-py3-none-any.whl", hash = "sha256:f1141fc71796242edeffed5ad53a8cc57f00d345eb5a3a63e3f69401cd562ee2"}, + {file = "django_model_utils-4.5.1.tar.gz", hash = "sha256:1220f22d9a467d53a1e0f4cda4857df0b2f757edf9a29955c42461988caa648a"}, ] [package.dependencies] @@ -3456,4 +3456,4 @@ pyyaml = "*" [metadata] lock-version = "2.0" python-versions = "3.12.2" -content-hash = "507f37a6770166479c86cf749ddd96f8085a3bb1677de0416cd231d1fb1380a0" +content-hash = "a1e25acaae30744b811130e50720a3994e59573c1cc4cbb9d7af91598f874ce7" diff --git a/pyproject.toml b/pyproject.toml index 5f3c5210c..fdad6252d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ django-anymail = {version = "10.0", extras = ["mailgun"]} django-bulk-update-or-create = "0.3.0" django-guardian = "2.4.0" django-hijack = "3.4.5" -django-model-utils = "4.5.0" +django-model-utils = "4.5.1" django-redis = "5.0.0" django-robots = "7.0b0" django-safedelete = "1.3.3"