From c446cab8570aaac42f56f4afb4c4e6e896ed3de1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 14:16:52 +0000 Subject: [PATCH] build(deps): bump djangorestframework from 3.16.1 to 3.17.0 in /backend Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.16.1 to 3.17.0. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.16.1...3.17.0) --- updated-dependencies: - dependency-name: djangorestframework dependency-version: 3.17.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 465203c07..836c402f9 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.12.0 -djangorestframework==3.16.1 +djangorestframework==3.17.0 dockerflow==2026.1.26 drf-yasg==1.21.11 gunicorn==23.0.0