From 7d89cb60adb040de76dd33319e6ac8ab103a7b11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 14:22:19 +0000 Subject: [PATCH] Update django requirement from <6,>=4.2.14 to >=6.0.5,<7 Updates the requirements on [django](https://github.com/django/django) to permit the latest version. - [Commits](https://github.com/django/django/compare/4.2.14...6.0.5) --- updated-dependencies: - dependency-name: django dependency-version: 6.0.5 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 1c4acf3f..cfe0fb1d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Django>=4.2.14,<6 +Django>=6.0.5,<7 backports.zoneinfo;python_version<"3.9" pytz==2026.2 httplib2==0.31.0