From fc97014d37444ea6471c19e88f009a2fd84a1ce7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 10:15:26 +0000 Subject: [PATCH] Bump djangorestframework from 3.16.0 to 3.16.1 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.16.0 to 3.16.1. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.16.0...3.16.1) --- updated-dependencies: - dependency-name: djangorestframework dependency-version: 3.16.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9752a55..943353a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -76,7 +76,7 @@ django-markwhat==2025.5.31 gunicorn==23.0.0 django-flatblocks==1.0.0 -djangorestframework==3.16.0 +djangorestframework==3.16.1 django-storages==1.14.6 ctlsettings==0.4.4