From 98d97d36fb4ce0240e782a693668c78a2a823962 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 17:42:51 +0000 Subject: [PATCH] chore(deps): bump django from 5.2.8 to 6.0 in /requirements Bumps [django](https://github.com/django/django) from 5.2.8 to 6.0. - [Commits](https://github.com/django/django/compare/5.2.8...6.0) --- updated-dependencies: - dependency-name: django dependency-version: '6.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/local-base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local-base.txt b/requirements/local-base.txt index 88bc954f..ba91c4d4 100644 --- a/requirements/local-base.txt +++ b/requirements/local-base.txt @@ -3,7 +3,7 @@ python-slugify==8.0.4 # https://github.com/un33k/python-slugify # Django # ------------------------------------------------------------------------------ -django==5.2.8 # https://www.djangoproject.com/ +django==6.0 # 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 django-allauth==65.13.1 # https://github.com/pennersr/django-allauth