From 627edc38f3fdd32ec8f3f2c3f16f2fe807f6fda0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 22:59:23 +0000 Subject: [PATCH] Bump django in /samples/crew-django-redis-postgres/app Bumps [django](https://github.com/django/django) from 4.2.21 to 4.2.25. - [Commits](https://github.com/django/django/compare/4.2.21...4.2.25) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.25 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- samples/crew-django-redis-postgres/app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/crew-django-redis-postgres/app/requirements.txt b/samples/crew-django-redis-postgres/app/requirements.txt index 996722f7..a22411e6 100644 --- a/samples/crew-django-redis-postgres/app/requirements.txt +++ b/samples/crew-django-redis-postgres/app/requirements.txt @@ -37,7 +37,7 @@ decorator==5.2.1 Deprecated==1.2.18 distro==1.9.0 dj-database-url==2.3.0 -Django==4.2.21 +Django==4.2.25 django-cors-headers==4.7.0 docstring_parser==0.16 durationpy==0.10