From 8ab66e2999a2d154d7252e6153cd72a3f62c59d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 19:42:32 +0000 Subject: [PATCH] Bump djangorestframework from 3.9.1 to 3.15.2 in /requirements Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.9.1 to 3.15.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.9.1...3.15.2) --- updated-dependencies: - dependency-name: djangorestframework dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 7a40034..a8599eb 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -15,7 +15,7 @@ django-model-utils==2.4 django-modelcluster==2.0 django-sass-processor==0.3.4 django-smart-selects==1.5.9 -djangorestframework==3.9.1 +djangorestframework==3.15.2 dj-database-url==0.4.1 easy-thumbnails==2.3 chardet