From 10708a473a415547526bd5583acea37cd198be76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 08:35:49 +0000 Subject: [PATCH] Bump djangorestframework from 3.11.2 to 3.15.1 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.11.2 to 3.15.1. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.11.2...3.15.1) --- updated-dependencies: - dependency-name: djangorestframework dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index b278dd96..3ccbd24c 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -16,7 +16,7 @@ social-auth-app-django==4.0.0 social-auth-core==3.3.3 # DRF and DRF-gis -djangorestframework==3.11.2 +djangorestframework==3.15.1 djangorestframework-gis==0.17 djangorestframework-csv==2.1.1 django-filter==2.4.0