From 6401393d08421153ab5be4db30f6878da614b051 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 17:06:14 +0000 Subject: [PATCH] Bump django from 2.2.28 to 3.2.25 in /tests/python3-libraries Bumps [django](https://github.com/django/django) from 2.2.28 to 3.2.25. - [Commits](https://github.com/django/django/compare/2.2.28...3.2.25) --- updated-dependencies: - dependency-name: django 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..c9627df5 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==3.2.25 django_compress==1.0.1 djangorestframework==3.8.2 docker-py==1.10.6