From 20d7507a5945a12f73c1d8c57a718b8f0fd653b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 09:21:58 +0000 Subject: [PATCH] build(deps): 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 5fc05ca..b66dece 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ django==5.1.7 django-bulk-update==2.2.0 django-redis-cache==3.0.1 django-cache-machine==1.2.0 -djangorestframework==3.16.0 +djangorestframework==3.16.1 django-filter==25.1 django-extensions==4.1 python-dateutil==2.9.0.post0