From 6e086e482b07062ad0df74da46db7bd21c4f9b53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 01:45:47 +0000 Subject: [PATCH] Update django requirement from <7.0,>=6.0 to >=6.0.4,<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...6.0.4) --- updated-dependencies: - dependency-name: django dependency-version: 6.0.4 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 c64c539..17a525d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Django>=6.0,<7.0 +Django>=6.0.4,<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