From 67e21fff3f027eafef165649a4166c73be63f05a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 08:14:04 +0000 Subject: [PATCH] Bump django from 5.0.12 to 5.2.1 Bumps [django](https://github.com/django/django) from 5.0.12 to 5.2.1. - [Commits](https://github.com/django/django/compare/5.0.12...5.2.1) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.1 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..8b81a01 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.2.1 # 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