From 5b14b5368d9b55a9af5f3e842a1b8c53a4b70ae0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Apr 2025 00:49:08 +0000 Subject: [PATCH] Bump djangorestframework from 3.14.0 to 3.16.0 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.14.0 to 3.16.0. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.14.0...3.16.0) --- updated-dependencies: - dependency-name: djangorestframework dependency-version: 3.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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..023344e 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.16.0 django-mptt==0.16.0 rsa==3.4.2 ifcfg==0.21