From 0d5165a3a21debd0c8378a9fcf51cd548c7a49d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 19:56:42 +0000 Subject: [PATCH] chore: bump django from 1.2 to 2.2.28 in /tests/sca_package/examples Bumps [django](https://github.com/django/django) from 1.2 to 2.2.28. - [Commits](https://github.com/django/django/compare/1.2...2.2.28) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/sca_package/examples/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sca_package/examples/requirements.txt b/tests/sca_package/examples/requirements.txt index 557fbc0a40..c672726838 100644 --- a/tests/sca_package/examples/requirements.txt +++ b/tests/sca_package/examples/requirements.txt @@ -1,3 +1,3 @@ -django==1.2 +django==2.2.28 flask==0.6 requests==2.26.0