From b0b462a481b2bc44ac9ce065f1dce7124787f469 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 12:06:56 +0000 Subject: [PATCH] chore(deps): bump djangorestframework from 3.15.2 to 3.16.1 in /backend Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.15.2 to 3.16.1. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.15.2...3.16.1) --- updated-dependencies: - dependency-name: djangorestframework dependency-version: 3.16.1 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 e7db83d..8ea7f7f 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -5,7 +5,7 @@ charset-normalizer==3.4.1 Django==4.2.16 django-cors-headers==4.7.0 django-rest-passwordreset==1.5.0 -djangorestframework==3.15.2 +djangorestframework==3.16.1 idna==3.10 packaging==24.2 psycopg2==2.9.10