From df300e5335512924c9a2d603667eb6360dc56af4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 19:41:29 +0000 Subject: [PATCH] build(deps): bump django from 2.2.28 to 3.2.24 in /sampleproject Bumps [django](https://github.com/django/django) from 2.2.28 to 3.2.24. - [Commits](https://github.com/django/django/compare/2.2.28...3.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sampleproject/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sampleproject/requirements.txt b/sampleproject/requirements.txt index c29e9dd..b70c06e 100644 --- a/sampleproject/requirements.txt +++ b/sampleproject/requirements.txt @@ -1,3 +1,3 @@ -django==2.2.28 +django==3.2.24 #django-easy-select2