From ae5aeec665dd60c8aab35daff84eaf892af2d92f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 19:40:47 +0000 Subject: [PATCH] build(deps): bump django in /example/django/pye_web 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] --- example/django/pye_web/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/django/pye_web/requirements.txt b/example/django/pye_web/requirements.txt index 7a224fd..aa784e7 100644 --- a/example/django/pye_web/requirements.txt +++ b/example/django/pye_web/requirements.txt @@ -1 +1 @@ -Django==2.2.28 +Django==3.2.24