From 2c4dfa3a1ee128e80c6f7012170b5ecd3ac1c3ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 14:13:50 +0000 Subject: [PATCH] Update django requirement from <6,>=5.2 to >=6.0.6,<7 Updates the requirements on [django](https://github.com/django/django) to permit the latest version. - [Commits](https://github.com/django/django/compare/5.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 1bd31ce23..b5a9a43e3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Django>=5.2,<6 +Django>=6.0.6,<7 psycopg[binary]==3.3.2 backports.zoneinfo;python_version<"3.9" asgiref==3.11.0