From 2592d3cb8d6db1782ed4821398fc224cb4bf7394 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 09:07:55 +0200 Subject: [PATCH] Update django-phonenumber-field requirement from ==8.4.* to ==8.5.* (#6415) Updates the requirements on [django-phonenumber-field](https://github.com/django-phonenumber-field/django-phonenumber-field) to permit the latest version. - [Release notes](https://github.com/django-phonenumber-field/django-phonenumber-field/releases) - [Changelog](https://github.com/django-phonenumber-field/django-phonenumber-field/blob/main/CHANGELOG.rst) - [Commits](https://github.com/django-phonenumber-field/django-phonenumber-field/compare/8.4.0...8.5.0) --- updated-dependencies: - dependency-name: django-phonenumber-field dependency-version: 8.5.0 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 de7fcfc69..5d5f3178c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ dependencies = [ "django-markup", "django-oauth-toolkit==2.3.*", "django-otp==1.7.*", - "django-phonenumber-field==8.4.*", + "django-phonenumber-field==8.5.*", "django-querytagger==0.0.3", "django-redis==7.0.*", "django-scopes==2.1.*",