From d4048923112a326dab791c1a10c77c651a62d2aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 08:35:03 +0000 Subject: [PATCH] Bump djangorestframework from 3.15.2 to 3.16.1 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.15.2 to 3.16.1. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.15.2...3.16.1) --- updated-dependencies: - dependency-name: djangorestframework dependency-version: 3.16.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index e1c70a781..b87aa5513 100644 --- a/requirements.in +++ b/requirements.in @@ -1,7 +1,7 @@ dj-database-url==0.5.0 django==4.2.28 django-configurations==2.5.1 -djangorestframework==3.15.2 +djangorestframework==3.16.1 dockerflow==2026.1.26 drf-orjson-renderer==1.4.0 cffi==1.17.1 diff --git a/requirements.txt b/requirements.txt index 7167f11b4..8b9a923d1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ django==4.2.28 # drf-orjson-renderer django-configurations==2.5.1 # via -r requirements.in -djangorestframework==3.15.2 +djangorestframework==3.16.1 # via # -r requirements.in # drf-orjson-renderer