From c5fa34ea1c170aaea3a80a385e4a5efa28de47bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 19:23:49 +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/docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/docs.txt b/requirements/docs.txt index 4c9f589..2b64efb 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -8,7 +8,7 @@ sphinx-notfound-page # for extracting model docs django==3.2.25 -djangorestframework==3.14.0 +djangorestframework==3.15.2 django-mptt==0.16.0 rsa==3.4.2 ifcfg==0.21