From 23083be618c204fb59ddd3cea7a71d31f93e0294 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 00:52:43 +0000 Subject: [PATCH] Bump django-model-utils from 4.5.1 to 5.0.0 in /backend Bumps [django-model-utils](https://github.com/jazzband/django-model-utils) from 4.5.1 to 5.0.0. - [Release notes](https://github.com/jazzband/django-model-utils/releases) - [Changelog](https://github.com/jazzband/django-model-utils/blob/master/CHANGES.rst) - [Commits](https://github.com/jazzband/django-model-utils/compare/4.5.1...5.0.0) --- updated-dependencies: - dependency-name: django-model-utils dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 4378c3069d..74a50ad5f7 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -46,7 +46,7 @@ requires-python = "<3.13,>=3.11" dependencies = [ "django==5.1.4", "django-environ==0.10.0", - "django-model-utils==4.5.1", + "django-model-utils==5.0.0", "django-timezone-field==7.0", "certifi==2024.7.4", "chardet==5.2.0",