From 5929e0ef84579b5897d9f427164a5bceb5d4059c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 18:04:28 +0000 Subject: [PATCH] Bump djangorestframework from 3.11.2 to 3.15.2 in /app Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.11.2 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.2...3.15.2) --- updated-dependencies: - dependency-name: djangorestframework dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 34e3825..b6411fd 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -21,7 +21,7 @@ django-select2==7.10.0 django-simple-history==3.0.0 django-treebeard==4.5.1 django-userforeignkey==0.4.0 -djangorestframework==3.11.2 +djangorestframework==3.15.2 djangorestframework-filters==1.0.0.dev2 djangorestframework-api-key==2.2.0 future==0.18.3