From 2e2e6ec0bfcc288d7cc7f78e4534d9667284562e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 00:20:54 +0000 Subject: [PATCH] chore(deps): bump the python group in /backend with 2 updates Bumps the python group in /backend with 2 updates: [django](https://github.com/django/django) and [django-model-utils](https://github.com/jazzband/django-model-utils). Updates `django` from 5.1 to 5.1.1 - [Commits](https://github.com/django/django/compare/5.1...5.1.1) Updates `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 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: django-model-utils dependency-type: direct:production update-type: version-update:semver-major dependency-group: python ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 17a5aa1..d7d1aad 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -12,7 +12,7 @@ beautifulsoup4==4.12.3 # via -r requirements.in dj-database-url==2.2.0 # via -r requirements.in -django==5.1 +django==5.1.1 # via # -r requirements.in # dj-database-url @@ -25,7 +25,7 @@ django-apscheduler==0.6.2 # via -r requirements.in django-filter==24.3 # via -r requirements.in -django-model-utils==4.5.1 +django-model-utils==5.0.0 # via -r requirements.in djangorestframework==3.15.2 # via