From f32d06e96252def64f783ccbe2fde78d01b11520 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 00:04:48 +0000 Subject: [PATCH] build(deps): update django requirement in /apps/identity-service 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.1) --- updated-dependencies: - dependency-name: django dependency-version: '6.1' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/identity-service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/identity-service/requirements.txt b/apps/identity-service/requirements.txt index d0857ef..b8cfb34 100644 --- a/apps/identity-service/requirements.txt +++ b/apps/identity-service/requirements.txt @@ -1,4 +1,4 @@ -Django>=6.0.0,<7.0.0 +Django>=6.1,<7.0.0 djangorestframework>=3.18.0,<4.0.0 djangorestframework-simplejwt>=5.5.0,<6.0.0 django-cors-headers>=4.7.0,<5.0.0