From d3668992b7e82c4b6b193e6441b96d2416992195 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 17:49:25 +0000 Subject: [PATCH] Bump djangorestframework from 2.4.1 to 3.15.2 in /requirements Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 2.4.1 to 3.15.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/2.4.1...3.15.2) --- updated-dependencies: - dependency-name: djangorestframework dependency-type: direct:production ... 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 8116273..f96462b 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -13,7 +13,7 @@ django-dotenv==1.3.0 celery==3.1.13 django-leaflet==0.14.0 requests==2.3 -djangorestframework==2.4.1 +djangorestframework==3.15.2 djangorestframework-gis==0.4 django-cors-headers==0.13