From 6da7a77d36c9a238c0d0bcbf51dd3838b701ecda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 22:52:45 +0000 Subject: [PATCH] Bump django from 4.2.24 to 4.2.25 Bumps [django](https://github.com/django/django) from 4.2.24 to 4.2.25. - [Commits](https://github.com/django/django/compare/4.2.24...4.2.25) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.25 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c7a38aa..69233b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [ "black==24.3.0", "blinker==1.5", "certifi==2024.7.4", - "django==4.2.24", + "django==4.2.25", "django-excel-response==1.0", "django-js-reverse", "django-mongoengine==0.6.0b2", diff --git a/requirements.txt b/requirements.txt index 5c45afe..f625abb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ blinker==1.5 django-excel-response==1.0 git+https://github.com/ierror/django-js-reverse@7cab78c#egg=django-js-reverse django-mongoengine==0.6.0b2 -Django==4.2.24 +Django==4.2.25 pymongo==3.12 mongoengine==0.28.2 openpyxl==3.0.10