From ca705dfc3420f09f78982d31ea94c58c1e3b2996 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 08:54:48 +0000 Subject: [PATCH] Bump django from 5.0.12 to 5.1.8 Bumps [django](https://github.com/django/django) from 5.0.12 to 5.1.8. - [Commits](https://github.com/django/django/compare/5.0.12...5.1.8) --- updated-dependencies: - dependency-name: django dependency-version: 5.1.8 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 5041710..d763b69 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -7,7 +7,7 @@ hiredis==3.1.0 # https://github.com/redis/hiredis-py # Django # ------------------------------------------------------------------------------ -django==5.0.12 # pyup: < 5.1 # https://www.djangoproject.com/ +django==5.1.8 # pyup: < 5.1 # https://www.djangoproject.com/ # django==4.2.20 # pyup: < 5.1 # https://www.djangoproject.com/ django-environ==0.12.0 # https://github.com/joke2k/django-environ django-model-utils==5.0.0 # https://github.com/jazzband/django-model-utils