From 2096d5d5f6b429638a4a1bd56965aa7ce68330fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 23:01:55 +0000 Subject: [PATCH] chore(deps): bump django in /manual-testing-sandbox Bumps [django](https://github.com/django/django) from 4.2.22 to 4.2.25. - [Commits](https://github.com/django/django/compare/4.2.22...4.2.25) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.25 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- manual-testing-sandbox/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual-testing-sandbox/requirements.txt b/manual-testing-sandbox/requirements.txt index 55452b992c3..8f33b9c2ba3 100644 --- a/manual-testing-sandbox/requirements.txt +++ b/manual-testing-sandbox/requirements.txt @@ -5,7 +5,7 @@ scipy==1.7.1 # Web development flask==2.0.2 -django==4.2.22 +django==4.2.25 # Request handling requests==2.26.0