From 41f667e0e20a34f10db418f1f14119e549e77e88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 06:22:51 +0000 Subject: [PATCH] build(deps): bump django from 4.2.21 to 4.2.24 Bumps [django](https://github.com/django/django) from 4.2.21 to 4.2.24. - [Commits](https://github.com/django/django/compare/4.2.21...4.2.24) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.24 dependency-type: direct:production update-type: version-update:semver-patch ... 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..aa8802f 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,4 +1,4 @@ -django==4.2.21 +django==4.2.24 django-tailwind django-browser-reload pillow diff --git a/requirements/production.txt b/requirements/production.txt index 8a7719f..6200bf0 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -1,4 +1,4 @@ -django==4.2.21 +django==4.2.24 django-tailwind django-browser-reload pillow