From 9be98c913504a4501fb83e083f3205def83cbe26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Aug 2025 07:40:42 +0000 Subject: [PATCH] chore(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 48d3fb7f..7f67fa07 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ django-celery-beat==2.8.1 django-celery-results==2.6.0 django-model-utils==5.0.0 django-redis==6.0.0 -djangorestframework==3.16.0 +djangorestframework==3.16.1 channels==4.2.2 channels-redis==4.2.1 celery==5.5.3