From a0c40c3521debc6de85bb1e6d234b15883cfaed7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 22:50:49 +0000 Subject: [PATCH] Bump django Bumps the pip group with 1 update in the /examples/stacks/django directory: [django](https://github.com/django/django). Updates `django` from 4.2.22 to 4.2.25 - [Commits](https://github.com/django/django/compare/4.2.22...4.2.25) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.25 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- examples/stacks/django/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/stacks/django/requirements.txt b/examples/stacks/django/requirements.txt index fe7d4083e7d..a4b409b93b0 100644 --- a/examples/stacks/django/requirements.txt +++ b/examples/stacks/django/requirements.txt @@ -1,4 +1,4 @@ asgiref==3.6.0 -Django==4.2.22 +Django==4.2.25 psycopg2==2.9.5 sqlparse==0.5.0 \ No newline at end of file