From 43109aa53b9d0f4daa4b66576ff045c5d5136dee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 14:19:06 +0000 Subject: [PATCH] Bump django from 5.0.7 to 5.1.15 in /stack/django Bumps [django](https://github.com/django/django) from 5.0.7 to 5.1.15. - [Commits](https://github.com/django/django/compare/5.0.7...5.1.15) --- updated-dependencies: - dependency-name: django dependency-version: 5.1.15 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- stack/django/requirements-full.txt | 2 +- stack/django/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stack/django/requirements-full.txt b/stack/django/requirements-full.txt index 18cf099..bda624a 100644 --- a/stack/django/requirements-full.txt +++ b/stack/django/requirements-full.txt @@ -13,7 +13,7 @@ cffi==1.17.1 charset-normalizer==3.4.1 cryptography==42.0.8 distro==1.9.0 -Django==5.0.7 +Django==5.1.15 django-allauth==65.4.1 django-cors-headers==4.4.0 django-environ==0.11.2 diff --git a/stack/django/requirements.txt b/stack/django/requirements.txt index d152512..69c0a0b 100644 --- a/stack/django/requirements.txt +++ b/stack/django/requirements.txt @@ -1,4 +1,4 @@ -Django==5.1.10 +Django==5.1.15 django-filter==24.2 django-storages==1.14.4 djangorestframework==3.15.2