From 48d4d9b36f915ea1488ffe8ee7aed4fee9e3b908 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 16:31:41 +0000 Subject: [PATCH] Bump django from 4.2.1 to 5.1.2 Bumps [django](https://github.com/django/django) from 4.2.1 to 5.1.2. - [Commits](https://github.com/django/django/compare/4.2.1...5.1.2) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements/base.txt b/backend/requirements/base.txt index 6a192223..9aa80752 100644 --- a/backend/requirements/base.txt +++ b/backend/requirements/base.txt @@ -9,7 +9,7 @@ psycopg2==2.9.9 # https://github.com/psycopg/psycopg2 # Django # ------------------------------------------------------------------------------ -django==4.2.1 # https://www.djangoproject.com/ +django==5.1.2 # https://www.djangoproject.com/ django-environ==0.10.0 # https://github.com/joke2k/django-environ django-model-utils==4.3.1 # https://github.com/jazzband/django-model-utils django-allauth==0.54.0 # https://github.com/pennersr/django-allauth