From 90f6bd338f6b8fb37f96c6a641d64534d2a13522 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 22:35:45 +0000 Subject: [PATCH] Bump django from 5.0 to 5.1.15 in /tests/python Bumps [django](https://github.com/django/django) from 5.0 to 5.1.15. - [Commits](https://github.com/django/django/compare/5.0...5.1.15) --- updated-dependencies: - dependency-name: django dependency-version: 5.1.15 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/python/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python/Pipfile b/tests/python/Pipfile index dfc8933..40a68a3 100644 --- a/tests/python/Pipfile +++ b/tests/python/Pipfile @@ -6,7 +6,7 @@ name = "pypi" [packages] requests = "==2.31.0" flask = "==3.0.0" -django = "==5.0" +django = "==5.1.15" celery = "==5.3.4" redis = "==5.0.1"