From 0673ed5e0530969e4cc5470e73bef27dd4ceb0cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 02:02:34 +0000 Subject: [PATCH] Bump django from 3.2.7 to 4.2.16 in /manual-testing-sandbox Bumps [django](https://github.com/django/django) from 3.2.7 to 4.2.16. - [Commits](https://github.com/django/django/compare/3.2.7...4.2.16) --- updated-dependencies: - dependency-name: django 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 87f2e654bf..a37d0f0643 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==3.2.7 +django==4.2.16 # Request handling requests==2.26.0