From 0bf30096009c80dedad670bf7849b787a123f8ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 10:58:38 +0200 Subject: [PATCH] Bump djangorestframework from 3.15.1 to 3.15.2 in /requirements (#2398) Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.15.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.15.1...3.15.2) --- updated-dependencies: - dependency-name: djangorestframework dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: Matteo Lodi <30625432+mlodic@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/project-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/project-requirements.txt b/requirements/project-requirements.txt index 22279b9ebc..eaabd692a4 100644 --- a/requirements/project-requirements.txt +++ b/requirements/project-requirements.txt @@ -17,7 +17,7 @@ django-treebeard==4.7 jsonschema==4.22.0 # django rest framework libs Authlib==1.3.1 -djangorestframework==3.15.1 +djangorestframework==3.15.2 djangorestframework-filters==1.0.0.dev2 drf-spectacular==0.27.1 django-rest-email-auth==4.0.0