From d7d59c382a65f94bb09610246f55b7e6485bc8f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 18:04:09 +0000 Subject: [PATCH] chore: bump django from 1.2 to 3.2.24 in /tests/sca_package_2/examples Bumps [django](https://github.com/django/django) from 1.2 to 3.2.24. - [Commits](https://github.com/django/django/compare/1.2...3.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/sca_package_2/examples/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sca_package_2/examples/requirements.txt b/tests/sca_package_2/examples/requirements.txt index 557fbc0a40..a534ff50da 100644 --- a/tests/sca_package_2/examples/requirements.txt +++ b/tests/sca_package_2/examples/requirements.txt @@ -1,3 +1,3 @@ -django==1.2 +django==3.2.24 flask==0.6 requests==2.26.0