From d75603cbffe17e7efcb82f917351da7ba0d46491 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 04:03:53 +0000 Subject: [PATCH] Bump djangorestframework from 3.15.2 to 3.17.1 in /backend 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] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 0bf801bb2d..b25c21e3bd 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -80,7 +80,7 @@ dependencies = [ "google-auth<3.0.0,>=2.22.0", "argon2-cffi<24.0.0,>=23.1.0", "stripe==10.5.0", - "djangorestframework==3.15.2", + "djangorestframework==3.17.1", "l18n<2022.0,>=2021.3", "wagtail==7.2.3", "wagtail-localize==1.13",