From b6b20753263eabb8f5a41f614f06609c171e56cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 22:51:25 +0000 Subject: [PATCH] Bump django from 2.2.28 to 4.2.24 in /tests/python3-libraries Bumps [django](https://github.com/django/django) from 2.2.28 to 4.2.24. - [Commits](https://github.com/django/django/compare/2.2.28...4.2.24) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.24 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/python3-libraries/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python3-libraries/requirements.txt b/tests/python3-libraries/requirements.txt index 23175a06..a7ec35d5 100644 --- a/tests/python3-libraries/requirements.txt +++ b/tests/python3-libraries/requirements.txt @@ -37,7 +37,7 @@ decorator==4.3.0 django-celery==3.2.2 django-debug-toolbar==1.9.1 django-extensions==2.1.1 -django==2.2.28 +django==4.2.24 django_compress==1.0.1 djangorestframework==3.8.2 docker-py==1.10.6