From 0910b526b444b879085f5b26f7d501b43338cff1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 05:52:38 +0000 Subject: [PATCH] chore(deps-dev): bump djangorestframework-stubs from 3.16.9 to 3.17.0 Bumps [djangorestframework-stubs](https://github.com/typeddjango/djangorestframework-stubs) from 3.16.9 to 3.17.0. - [Release notes](https://github.com/typeddjango/djangorestframework-stubs/releases) - [Commits](https://github.com/typeddjango/djangorestframework-stubs/compare/3.16.9...3.17.0) --- updated-dependencies: - dependency-name: djangorestframework-stubs dependency-version: 3.17.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3bd1cad7e..57ac79c3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dev-host = [ "ansible-lint==26.4.0", "celery-types==0.26.0", "django-stubs==6.0.5", - "djangorestframework-stubs==3.16.9", + "djangorestframework-stubs==3.17.0", "mypy==2.1.0", "ruff==0.14.10", "tenacity==9.1.4",