From 0ef31f2c2296c5bcb0c8de35a44717d14618e53d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 00:35:14 +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.26. - [Commits](https://github.com/django/django/compare/4.2.22...4.2.26) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.26 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..39ac4066422 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.26 # Request handling requests==2.26.0