From c2fdea020dd35715c20d4c6093cbefa1dfa6192b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 13:38:20 +0100 Subject: [PATCH] Update django-phonenumber-field requirement from ==7.1.* to ==7.3.* (#3891) Updates the requirements on [django-phonenumber-field](https://github.com/stefanfoulis/django-phonenumber-field) to permit the latest version. - [Release notes](https://github.com/stefanfoulis/django-phonenumber-field/releases) - [Changelog](https://github.com/stefanfoulis/django-phonenumber-field/blob/main/CHANGELOG.rst) - [Commits](https://github.com/stefanfoulis/django-phonenumber-field/compare/7.1.0...7.3.0) --- updated-dependencies: - dependency-name: django-phonenumber-field 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 ce412c09a0..cdebc15621 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dependencies = [ "django-markup", "django-oauth-toolkit==2.3.*", "django-otp==1.2.*", - "django-phonenumber-field==7.1.*", + "django-phonenumber-field==7.3.*", "django-redis==5.4.*", "django-scopes==2.0.*", "django-statici18n==2.4.*",