From b5544b120d3eebea8822d5fd329d33c482fa99ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 12:14:53 +0200 Subject: [PATCH] Update djangorestframework requirement from ==3.15.* to ==3.16.* (#4965) 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.15.0...3.16.0) --- updated-dependencies: - dependency-name: djangorestframework dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a99ea20ac..53d47e6f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ dependencies = [ "django-redis==5.4.*", "django-scopes==2.0.*", "django-statici18n==2.6.*", - "djangorestframework==3.15.*", + "djangorestframework==3.16.*", "dnspython==2.7.*", "drf_ujson2==1.7.*", "geoip2==5.*",