From 0be6a82abbfc83bc1b0f6fd6ec025a7606f7fc8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 21:12:16 +0000 Subject: [PATCH] Bump django from 1.7 to 4.2.25 Bumps [django](https://github.com/django/django) from 1.7 to 4.2.25. - [Commits](https://github.com/django/django/compare/1.7...4.2.25) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.25 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b1164582..3d89007b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Django==1.7 +Django==4.2.25 argparse==1.2.1 django-geojson==2.6.0 django-haystack==2.3.0 diff --git a/requirements_test.txt b/requirements_test.txt index 5bc9fdce..6eb1a306 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,4 +1,4 @@ -Django==1.7 +Django==4.2.25 argparse==1.2.1 django-geojson==2.6.0 django-haystack==2.3.0