From 588b87baa2a67fcfbfc4a8faeb362af2b0bfedce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 14:52:40 +0000 Subject: [PATCH] deps(pip): update django requirement from <6.1,>=6.0.5 to >=6.0.6,<6.1 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 d4ac184..b4d8cb2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Django>=6.0.5,<6.1 +Django>=6.0.6,<6.1 django-htmx>=1.27.0 django-ratelimit>=4.1 django-sesame>=3.2.3