From 5f9bbb8afcfba61f4f50bdf97111d763df6fd459 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 01:43:29 +0000 Subject: [PATCH] Update django requirement from <7.0,>=6.0.5 to >=6.0.6,<7.0 Updates the requirements on [django](https://github.com/django/django) to permit the latest version. - [Commits](https://github.com/django/django/compare/6.0.5...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 99f3d311..bce26d2c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Django>=6.0.5,<7.0 +Django>=6.0.6,<7.0 django-vite==3.1.0 # Lock to 3.0.1 until https://github.com/farridav/django-jazzmin/issues/651 is resolved django-jazzmin==3.0.1