From 09e4f31f876f29c507998b44358eff9ae6d679fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 00:59:38 +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 76003ed..3972771 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ django==5.2.1 django-widget-tweaks==1.5.0 -djangorestframework==3.16.0 +djangorestframework==3.16.1 djangorestframework-csv==3.0.2 django-cors-headers==4.7.0 django-debug-toolbar==5.2.0