From 4ef940c243042fee953fab25b133b5a075a43abc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 00:25:10 +0000 Subject: [PATCH] build(deps): Bump djangorestframework from 3.17.1 to 3.17.2 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.17.1 to 3.17.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.17.1...3.17.2) --- updated-dependencies: - dependency-name: djangorestframework dependency-version: 3.17.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- poetry.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 881f08e12ed..39495ec7230 100644 --- a/poetry.lock +++ b/poetry.lock @@ -696,14 +696,14 @@ test = ["testfixtures"] [[package]] name = "djangorestframework" -version = "3.17.1" +version = "3.17.2" description = "Web APIs for Django, made easy." optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "djangorestframework-3.17.1-py3-none-any.whl", hash = "sha256:c3c74dd3e83a5a3efc37b3c18d92bd6f86a6791c7b7d4dff62bb068500e76457"}, - {file = "djangorestframework-3.17.1.tar.gz", hash = "sha256:a6def5f447fe78ff853bff1d47a3c59bf38f5434b031780b351b0c73a62db1a5"}, + {file = "djangorestframework-3.17.2-py3-none-any.whl", hash = "sha256:cb0546a7415d5b46c04e0f4fe0a54b2109f4fdd5e83ca773c8c6183a6493d042"}, + {file = "djangorestframework-3.17.2.tar.gz", hash = "sha256:89ed713b6dc83e1539f214b7d10808ae19bb8511004beba886225da6d5c9dafa"}, ] [package.dependencies]