From 64cc613b3b8d19ee14be50cb10dc8cc504ecd176 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 04:02:29 +0000 Subject: [PATCH] Update dependency django-model-utils to v5 --- poetry.lock | 8 ++++---- pyproject.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8f5c9d9..9cee424 100644 --- a/poetry.lock +++ b/poetry.lock @@ -321,13 +321,13 @@ bcrypt = ["bcrypt"] [[package]] name = "django-model-utils" -version = "4.5.1" +version = "5.0.0" description = "Django model mixins and utilities" optional = false python-versions = ">=3.8" files = [ - {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"}, + {file = "django_model_utils-5.0.0-py3-none-any.whl", hash = "sha256:fec78e6c323d565a221f7c4edc703f4567d7bb1caeafe1acd16a80c5ff82056b"}, + {file = "django_model_utils-5.0.0.tar.gz", hash = "sha256:041cdd6230d2fbf6cd943e1969318bce762272077f4ecd333ab2263924b4e5eb"}, ] [package.dependencies] @@ -638,4 +638,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.13" -content-hash = "849c5000342dbe0e5e52e679629086d01008a8b7ef610ce74bfdad408f6dba61" +content-hash = "4db5c78cf053c7297d7e63834f460d55a3181da125786cbe1d1d11f3c7d0567f" diff --git a/pyproject.toml b/pyproject.toml index 7316555..3c83637 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,14 +13,14 @@ Django = ">=4.2,<5.2" djangorestframework = "^3.0.0" [tool.poetry.dev-dependencies] -django-model-utils = "^4" +django-model-utils = "^5" [tool.poetry.group.test.dependencies] coverage = ">=4.4.1" flake8 = ">=2.1" tox = "^4" codecov = "^2" -django-model-utils = "^4" +django-model-utils = "^5" tox-gh-actions = "^3.1.3" [tool.poetry_bumpversion.file."contentful_webhook_receiver/__init__.py"]