From ecf7414028dce5980086741ee08b1b43e7ab3ce9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 19:20:42 +0000 Subject: [PATCH] Bump djangorestframework from 3.14.0 to 3.15.2 in /requirements Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.14.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.14.0...3.15.2) --- updated-dependencies: - dependency-name: djangorestframework dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/linting-base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/linting-base.txt b/requirements/linting-base.txt index 4919265c..35fe382d 100644 --- a/requirements/linting-base.txt +++ b/requirements/linting-base.txt @@ -1,2 +1,2 @@ Django==4.2.11 -djangorestframework==3.14.0 \ No newline at end of file +djangorestframework==3.15.2 \ No newline at end of file