From 9714dfc9cac6576e4eb37d4605809987ef17deed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 07:12:58 +0000 Subject: [PATCH] chore: update django requirement from <6,>=5.1 to >=5.1,<7 Updates the requirements on [django](https://github.com/django/django) to permit the latest version. - [Commits](https://github.com/django/django/compare/5.1...6.1) --- updated-dependencies: - dependency-name: django dependency-version: '6.1' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fd335bb..4d0e478 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ "Topic :: Security", ] dependencies = [ - "Django>=5.1,<6", + "Django>=5.1,<7", "whitenoise>=6.7", "dj-database-url>=2.2", "django-cache-url>=3.4",