From 30b22fb2a0e4dc8de96e3411f243816a02bf4748 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 19:08:52 +0000 Subject: [PATCH] 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 f5d9642cc..60823c991 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -34,7 +34,7 @@ django-shibboleth-remoteuser==0.12 django-timezone-field==5.0 django-url-filter==0.3.15 django-environ==0.11.2 -djangorestframework==3.14.0 +djangorestframework==3.15.2 drf-spectacular==0.27.1 enum-compat==0.0.3 Fiona==1.9.4.post1