From 391c6364a048a93769325ace82566c4a06498896 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 02:26:13 +0000 Subject: [PATCH] Update django requirement Updates the requirements on [django](https://github.com/django/django) to permit the latest version. Updates `django` to 5.0.6 - [Commits](https://github.com/django/django/compare/2.0...5.0.6) --- updated-dependencies: - dependency-name: django dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- compose/demo/django/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/demo/django/requirements.txt b/compose/demo/django/requirements.txt index db36fdb..15728fe 100644 --- a/compose/demo/django/requirements.txt +++ b/compose/demo/django/requirements.txt @@ -1,2 +1,2 @@ -Django>=2.0,<3.0 +Django>=5.0.6,<6.0 psycopg2>=2.7,<3.0