From cd5d726d6f4f5b4893684901a25bcb7e4db618cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 23:03:49 +0000 Subject: [PATCH] Build(deps): Bump django from 2.2.28 to 4.2.16 in /requirements Bumps [django](https://github.com/django/django) from 2.2.28 to 4.2.16. - [Commits](https://github.com/django/django/compare/2.2.28...4.2.16) --- updated-dependencies: - dependency-name: django 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 a53ec010a..4ecc57167 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,4 +1,4 @@ -django==2.2.28 +django==4.2.16 django-haystack==3.1.1 django-filter==2.4.0 djangorestframework==3.12.4