From e57df8bbae521326844790fab9e8bbc392ae8c91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 18:15:44 +0000 Subject: [PATCH] Update djangorestframework requirement from ==3.16.* to ==3.17.* Updates the requirements on [djangorestframework](https://github.com/encode/django-rest-framework) to permit the latest version. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.16.0...3.17.0) --- updated-dependencies: - dependency-name: djangorestframework dependency-version: 3.17.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c45107d45..679750b74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ dependencies = [ "django-redis==6.0.*", "django-scopes==2.0.*", "django-statici18n==2.7.*", - "djangorestframework==3.16.*", + "djangorestframework==3.17.*", "dnspython==2.8.*", "drf_ujson2==1.7.*", "geoip2==5.*",