From 5bc3c5bb9162f952f2e291bf4ea41235d0819b5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 22:48:35 +0000 Subject: [PATCH] build(deps): bump django Bumps the pip group with 1 update in the /requirements directory: [django](https://github.com/django/django). Updates `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 dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- requirements/production.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 985a4d6..236dc93 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,4 +1,4 @@ -django==4.2.21 +django==4.2.25 django-tailwind django-browser-reload pillow diff --git a/requirements/production.txt b/requirements/production.txt index 8a7719f..ae6f1e3 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -1,4 +1,4 @@ -django==4.2.21 +django==4.2.25 django-tailwind django-browser-reload pillow