From 745178414117a43c7e20ace24f53dc26b6348f3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 13:59:49 +0000 Subject: [PATCH] Bump django from 5.0.9 to 5.1.1 Bumps [django](https://github.com/django/django) from 5.0.9 to 5.1.1. - [Commits](https://github.com/django/django/compare/5.0.9...5.1.1) --- 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 80cbdaf..fa71631 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.1 # 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]==64.2.1 # https://github.com/pennersr/django-allauth