From a6ab3906fc7d4cedc288c0c1ea2f317d18a00263 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 23:26:37 +0000 Subject: [PATCH] build(deps): update djangorestframework requirement Updates the requirements on [djangorestframework](https://github.com/encode/django-rest-framework) to permit the latest version. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.15.2...3.18.0) --- updated-dependencies: - dependency-name: djangorestframework dependency-version: 3.18.0 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 69b7264..2d3ec15 100644 --- a/apps/identity-service/requirements.txt +++ b/apps/identity-service/requirements.txt @@ -1,5 +1,5 @@ Django>=5.1.6,<5.2.0 -djangorestframework>=3.15.2,<3.16.0 +djangorestframework>=3.18.0,<3.19.0 djangorestframework-simplejwt>=5.3.1,<5.5.0 django-cors-headers>=4.7.0,<4.8.0 gunicorn>=23.0.0,<24.0.0