From f4436ee90d7d44cc37f048a56ac8d2f065d0d884 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 14:03:16 +0000 Subject: [PATCH] build(deps): bump djangorestframework from 3.17.1 to 3.18.0 in /backend Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.17.1 to 3.18.0. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.17.1...3.18.0) --- updated-dependencies: - dependency-name: djangorestframework dependency-version: 3.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 8faee7faf..7fc151225 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,7 +1,7 @@ Django==5.1.15 django-cors-headers==4.9.0 django-environ==0.14.0 -djangorestframework==3.17.1 +djangorestframework==3.18.0 dockerflow==2026.3.4 drf-yasg==1.21.15 gunicorn==26.0.0