From e604510c6e2459968418ab9ee55fe0c3f6dca760 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 06:17:12 +0000 Subject: [PATCH] chore(deps): bump djangorestframework from 3.15.2 to 3.16.0 in /backend Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.15.2 to 3.16.0. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.15.2...3.16.0) --- updated-dependencies: - dependency-name: djangorestframework dependency-version: 3.16.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 e7db83d..0424a7e 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.0 idna==3.10 packaging==24.2 psycopg2==2.9.10