From cd5651eae1eca28d8d8fc0c9f3c4d18b0b8b6612 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 14:35:09 +0000 Subject: [PATCH] chore(deps): update django requirement from <6.1,>=6.0 to >=6.0.5,<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...6.0.5) --- updated-dependencies: - dependency-name: django dependency-version: 6.0.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 9ca83a4..58ac63c 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,4 +1,4 @@ -Django>=6.0,<6.1 +Django>=6.0.5,<6.1 djangorestframework>=3.17,<3.18 drf-spectacular>=0.28,<0.29 django-storages[boto3]>=1.14,<1.15