From 9f868bfd3506c31013f9b0516289dc7426318d5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 18:57:10 +0000 Subject: [PATCH] Update djangorestframework requirement in /requirements Updates the requirements on [djangorestframework](https://github.com/encode/django-rest-framework) to permit the latest version. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.12.0...3.15.1) --- 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 534dad3..c4c4fdc 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -18,7 +18,7 @@ whitenoise[brotli]>=5.1,<5.4 # https://github.com/evansd/whitenoise # Django REST Framework (DRF) # -------------------------- -djangorestframework==3.12.* +djangorestframework==3.15.* djangorestframework-filters==1.0.* drf-yasg[validation]==1.20.*