From c089e217f6a177f3ce490e124b0f6feaf572a033 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 24 Jun 2024 01:56:23 +0000
Subject: [PATCH] Bump djangorestframework from 3.15.1 to 3.15.2

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-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 requirements/base.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements/base.txt b/requirements/base.txt
index 283f43f73..ff6286e5a 100644
--- a/requirements/base.txt
+++ b/requirements/base.txt
@@ -8,7 +8,7 @@ django-allauth==0.55.2
 django-crispy-forms==1.14.0
 django-activeurl==0.2.0
 django-autoslug==1.9.9
-djangorestframework==3.15.1
+djangorestframework==3.15.2
 coreapi==2.3.3
 django-filter==22.1
 django-inline-svg==0.1.1