From 36513bba843b1425c4a3724d14a00246275ea46b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 05:52:28 +0000 Subject: [PATCH] chore(deps-dev): bump djangorestframework from 3.16.1 to 3.17.1 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.16.1 to 3.17.1. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.16.1...3.17.1) --- updated-dependencies: - dependency-name: djangorestframework dependency-version: 3.17.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3aff35592..665516e08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ server = [ "channels==4.3.1", "channels-redis==4.3.0", "Django==5.2.14", - "djangorestframework==3.16.1", + "djangorestframework==3.17.1", "django-dbbackup==5.3.0", "django-stubs-ext==6.0.3", "drf-spectacular==0.29.0", @@ -138,7 +138,7 @@ mypy = [ "Django==5.2.14", "django-dbbackup==5.3.0", "django-stubs-ext==6.0.3", - "djangorestframework==3.16.1", + "djangorestframework==3.17.1", "drf-spectacular==0.29.0", # Pillow ships PEP 561 stubs (py.typed). The processing module # imports PIL at top level, so mypy needs the package resolvable