From 7fb4a02e1bdce3782cfc2358c00067bf45056cc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 11:05:01 +0000 Subject: [PATCH] Bump djangorestframework from 3.14.0 to 3.15.1 in /requirements Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.14.0 to 3.15.1. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.14.0...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 a09bde86..aa2264ab 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -37,7 +37,7 @@ django-redis==5.4.0 # Django Rest Framework # ------------------------------------------------------------------------------ # https://github.com/encode/django-rest-framework -djangorestframework==3.14.0 +djangorestframework==3.15.1 # https://github.com/adamchainz/django-cors-headers django-cors-headers==4.3.1 # https://github.com/alanjds/drf-nested-routers