From f31f33e8603aa1097f0a1fd14a3c3d428826d7e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 10:11:10 +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 2af96431..68513dd9 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -40,7 +40,7 @@ gunicorn==21.2.0 # Django Rest Framework # ------------------------------------------------------------------------------ # https://github.com/encode/django-rest-framework -djangorestframework==3.15.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