From 31202b2cab71d7ddb645b76755af5540e31cd5ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 17:53:25 +0000 Subject: [PATCH] Bump djangorestframework from 3.11.0 to 3.15.2 in /src Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.11.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.11.0...3.15.2) --- updated-dependencies: - dependency-name: djangorestframework dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 13a6609d..b3b292e8 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -2,7 +2,7 @@ celery==4.4.7 dj-database-url==0.5.0 Django==3.0.2 django-filter==2.2.0 -djangorestframework==3.11.0 +djangorestframework==3.15.2 jsonfield2==3.1.0 redis==3.3.11 regex==2022.4.24