From ee4f86bae37498b0fc0b8ec283228e38f806b068 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 18:13:47 +0000 Subject: [PATCH] Update djangorestframework requirement from ==3.17.* to ==3.18.* 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.17.0...3.18.0) --- updated-dependencies: - dependency-name: djangorestframework dependency-version: 3.18.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 9594ae570c..d5b0b652d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ dependencies = [ "django-redis==7.0.*", "django-scopes==2.1.*", "django-statici18n==2.7.*", - "djangorestframework==3.17.*", + "djangorestframework==3.18.*", "dnspython==2.8.*", "drf_ujson2==1.7.*", "geoip2==5.*",