From 549b0712c0e95a1c2c7928ef9003cedca01dcd53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 19:04:51 +0000 Subject: [PATCH] Build(deps): bump djangorestframework from 3.14.0 to 3.15.2 in /backend 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.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index bc23b1b03..5dff2a776 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -20,7 +20,7 @@ django-allauth==0.52.0 django-cors-headers==3.14.0 django-filter==23.1 django-rq==2.9.0 -djangorestframework==3.14.0 +djangorestframework==3.15.2 djangorestframework-camel-case==1.4.2 graphene==3.2.1 graphene-django==3.0.0