From 229870256cba746643a4594d9b2b4042857d9ce8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 00:02:36 +0000 Subject: [PATCH] build(deps): bump djangorestframework from 3.15.2 to 3.17.1 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.15.2 to 3.17.1. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.15.2...3.17.1) --- updated-dependencies: - dependency-name: djangorestframework dependency-version: 3.17.1 dependency-type: direct:production 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 e3b34156b90..9803a918c92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ dependencies = [ "django-recaptcha==4.0.0", # REST - "djangorestframework==3.15.2", + "djangorestframework==3.17.1", "djangorestframework-gis==1.2.0", "djangorestframework-guardian==0.3.0", "drf-extensions==0.7.1",