From a67327e9a4a9cf2ca822a7a13986ea81f3ae9234 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 00:22:38 +0000 Subject: [PATCH] chore(deps): update django requirement from <5.2,>=4.2 to >=6.0.6,<6.1 Updates the requirements on [django](https://github.com/django/django) to permit the latest version. - [Commits](https://github.com/django/django/compare/4.2...6.0.6) --- updated-dependencies: - dependency-name: django dependency-version: 6.0.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1a90030..b6432a5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -django>=4.2,<5.2 +django>=6.0.6,<6.1 wagtail>=7.0,<7.5 dj-database-url psycopg[binary]