From b086fec6489126df8e1c738b8d63cdadff16c50c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 05:33:45 +0000 Subject: [PATCH] Bump django from 2.2.13 to 4.2.25 Bumps [django](https://github.com/django/django) from 2.2.13 to 4.2.25. - [Commits](https://github.com/django/django/compare/2.2.13...4.2.25) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.25 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index edcf61cc8c..362db71508 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ bibtexparser==1.1.0 blessed==1.15.0 chardet==3.0.4 coverage==6.2 -Django==3.2.5 +Django==4.2.25 django-allauth==0.46.0 django-constance==2.9.0 django-crispy-forms==1.11.1 diff --git a/setup.py b/setup.py index bea2699fa2..449afcfb20 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ 'bibtexparser==1.1.0', 'blessed==1.15.0', 'chardet==3.0.4', - 'Django==2.2.13', + 'Django==4.2.25', 'django-crispy-forms==1.7.2', 'django-model-utils==3.1.2', 'django-picklefield==2.0',