From 49530f8be7cb3f64c527cfbcca1937de6f14477d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 18:05:14 +0000 Subject: [PATCH] Bump djangorestframework in /backend in the pip group across 1 directory Bumps the pip group with 1 update in the /backend directory: [djangorestframework](https://github.com/encode/django-rest-framework). Updates `djangorestframework` 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 dependency-group: pip ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index f687f59..d13a503 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -4,7 +4,7 @@ pylint-django==0.7.1 coverage==4.1 networkx==1.11 markdown==2.6.6 -djangorestframework==3.11.2 +djangorestframework==3.15.2 django-rest-swagger==0.3.7 django-filter==2.4.0 coveralls==1.1