From 2095db9b8582da95736072e9be13fa1740e88b56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 01:30:04 +0000 Subject: [PATCH] Bump django from 5.0.9 to 5.1.2 Bumps [django](https://github.com/django/django) from 5.0.9 to 5.1.2. - [Commits](https://github.com/django/django/compare/5.0.9...5.1.2) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index df05743..5637ca8 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -7,7 +7,7 @@ hiredis==3.0.0 # https://github.com/redis/hiredis-py # Django # ------------------------------------------------------------------------------ -django==5.0.9 # pyup: < 5.1 # https://www.djangoproject.com/ +django==5.1.2 # pyup: < 5.1 # https://www.djangoproject.com/ django-environ==0.11.2 # https://github.com/joke2k/django-environ django-model-utils==5.0.0 # https://github.com/jazzband/django-model-utils django-allauth[mfa]==65.0.1 # https://github.com/pennersr/django-allauth