From 9661c7bc014afc1039bd0195c5edcc7207462d0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 19:07:23 +0000 Subject: [PATCH] Bump djangorestframework from 3.14.0 to 3.15.2 in /backend/requirements Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.14.0 to 3.15.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.14.0...3.15.2) --- updated-dependencies: - dependency-name: djangorestframework dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements/base.txt b/backend/requirements/base.txt index 0e676ad..78a302d 100644 --- a/backend/requirements/base.txt +++ b/backend/requirements/base.txt @@ -13,7 +13,7 @@ coreapi==2.3.3 coreschema==0.0.4 Django==4.1.13 django-cors-headers==3.13.0 -djangorestframework==3.14.0 +djangorestframework==3.15.2 djangorestframework-simplejwt==5.2.2 drf-spectacular==0.25.1 drf-yasg==1.21.4