From 96ad4a7149901249d57e9cf4f1df6009952d6272 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 18:49:57 +0000 Subject: [PATCH] Chore(deps): Bump djangorestframework from 3.14.0 to 3.15.2 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.14.0 to 3.15.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.14.0...3.15.2) --- updated-dependencies: - dependency-name: djangorestframework dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5d91b187..f6f70919 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ django-filter == 24.3 django-ordered-model ~= 3.7.4 # Django REST Framework -djangorestframework == 3.14.0 +djangorestframework == 3.15.2 django-cors-headers dj-rest-auth == 6.0.0 drf-yasg == 1.21.7