From 3c05f2773af698982a014bfb93efc2222a73329b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 00:53:07 +0000 Subject: [PATCH] chore(deps): bump django-model-utils in /backend in the python group Bumps the python group in /backend with 1 update: [django-model-utils](https://github.com/jazzband/django-model-utils). Updates `django-model-utils` from 4.5.0 to 4.5.1 - [Release notes](https://github.com/jazzband/django-model-utils/releases) - [Changelog](https://github.com/jazzband/django-model-utils/blob/4.5.1/CHANGES.rst) - [Commits](https://github.com/jazzband/django-model-utils/compare/4.5.0...4.5.1) --- updated-dependencies: - dependency-name: django-model-utils dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index f547c70..d16db5b 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -25,7 +25,7 @@ django-apscheduler==0.6.2 # via -r requirements.in django-filter==24.2 # via -r requirements.in -django-model-utils==4.5.0 +django-model-utils==4.5.1 # via -r requirements.in djangorestframework==3.15.1 # via