From 300ad3790f4090f8b018a5e7cd91013111b2307b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 20:48:25 +0000 Subject: [PATCH] Build(deps): Bump django from 2.2.28 to 4.2.26 in /requirements Bumps [django](https://github.com/django/django) from 2.2.28 to 4.2.26. - [Commits](https://github.com/django/django/compare/2.2.28...4.2.26) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.26 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index aea9f52db..a98c6e22e 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,4 +1,4 @@ -django==2.2.28 +django==4.2.26 django-haystack==3.1.1 django-filter==2.4.0 djangorestframework==3.12.4