From 20213f8414b77eb1acb52e687bec5a5c0ad51605 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 20:38:52 +0000 Subject: [PATCH] Bump djangorestframework from 3.15.1 to 3.15.2 in /backend/ImhotepChef Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.15.1 to 3.15.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.15.1...3.15.2) --- updated-dependencies: - dependency-name: djangorestframework dependency-version: 3.15.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/ImhotepChef/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/ImhotepChef/requirements.txt b/backend/ImhotepChef/requirements.txt index d5a0f08..8190f81 100644 --- a/backend/ImhotepChef/requirements.txt +++ b/backend/ImhotepChef/requirements.txt @@ -1,5 +1,5 @@ Django==5.2.9 -djangorestframework==3.15.1 +djangorestframework==3.15.2 djangorestframework-simplejwt==5.3.0 python-decouple==3.8 psycopg[binary]==3.2.3