Skip to content

[deps] Update django-phonenumber-field requirement from ~=8.0.0 to ~=8.1.0#442

Merged
nemesifier merged 1 commit intomasterfrom
dependabot/pip/django-phonenumber-field-approx-eq-8.1.0
May 2, 2025
Merged

[deps] Update django-phonenumber-field requirement from ~=8.0.0 to ~=8.1.0#442
nemesifier merged 1 commit intomasterfrom
dependabot/pip/django-phonenumber-field-approx-eq-8.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 1, 2025

Updates the requirements on django-phonenumber-field to permit the latest version.

Release notes

Sourced from django-phonenumber-field's releases.

8.1.0

What's Changed

  • Remove non-geo phone numbers from the SplitPhoneNumberWidget by @​francoisfreitag in stefanfoulis/django-phonenumber-field#614

    The phone number prefix field allows to select a world region, and maps to its prefix (e.g. get +33 for France). It was incorrectly offering regions reserved for very specific use and which cannot be mapped to a world region. Example prefixes include 800 (Universal International Freephone Service), 808 (Universal International Shared Cost Number), 870 (Global Mobile Satellite System), and others. If such a prefix was selected, the field would plainly crash. Since the prefix purpose is to let users select a world region, prevent from selecting non-geo options in the prefix list. Please open an issue if you would like to see this use case supported.

  • Document how to customize SplitPhoneNumberField fields by @​francoisfreitag in stefanfoulis/django-phonenumber-field#631

  • Clarify translations context for error messages by @​francoisfreitag in stefanfoulis/django-phonenumber-field#613

Compatibility

Full Changelog: django-phonenumber-field/django-phonenumber-field@8.0.0...8.1.0

Changelog

Sourced from django-phonenumber-field's changelog.

CHANGELOG

Note: Releases are now tracked using GitHub releases <https://github.com/stefanfoulis/django-phonenumber-field/releases>__. This document remains for historical purposes.

6.1.0 (2022-01-12)

  • Make formfields.PhoneNumberField honor PHONENUMBER_DEFAULT_REGION
  • Use PHONENUMBER_DEFAULT_REGION for example phone number in form field errors.
  • Add support for Django 4.0
  • Add Persian (farsi) translations.
  • Update uk_AR translations

Backwards incompatible changes

  • Drop support for Python 3.6

6.0.0 (2021-10-20)

  • Add support for Python 3.10
  • Update Czech, Dutch and pt_BR translations

Backwards incompatible changes

  • formfields.PhoneNumberField with a region now display national phone numbers in the national format instead of PHONENUMBER_DEFAULT_FORMAT. International numbers are displayed in the PHONENUMBER_DEFAULT_FORMAT.

5.2.0 (2021-05-31)

  • Lazy load formfields.PhoneNumberField translation for invalid data.
  • Update Russian translations

Backwards incompatible changes

  • Drop support for end-of-life Django 3.0

5.1.0 (2021-04-02)

  • Allow sorting PhoneNumber\ s from Python
  • Add support for Python 3.9 and Django 3.2
  • Add Argentinian, Bulgarian, Indonesian, Ukrainian translations
  • Update Esperanto and European Spanish translations

... (truncated)

Commits
  • 65bc14f docs: Adapt <ul class="errorlist"> to django output
  • ea9927b docs: Customize SplitPhoneNumberField widgets attrs
  • fb59074 docs: Split example for SplitPhoneNumerField
  • 1b272a8 Import django.forms globally in docs
  • 0bb0d20 Document how to customize SplitPhoneNumberField fields
  • 52b6663 Remove unused setup.cfg
  • 89b06b3 Remove non-geo phone numbers from the SplitPhoneNumberWidget
  • 8c38db4 Upgrade ReadTheDocs environment
  • 5e2fac4 Support Django 5.2
  • 6d4e40c Test against Python 3.14-dev
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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](django-phonenumber-field/django-phonenumber-field@8.0.0...8.1.0)

---
updated-dependencies:
- dependency-name: django-phonenumber-field
  dependency-version: 8.1.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 1, 2025
@coveralls
Copy link
Copy Markdown

Coverage Status

coverage: 97.891%. remained the same
when pulling 6af92a9 on dependabot/pip/django-phonenumber-field-approx-eq-8.1.0
into 80e2866 on master.

@nemesifier nemesifier merged commit ace2d47 into master May 2, 2025
19 checks passed
@nemesifier nemesifier deleted the dependabot/pip/django-phonenumber-field-approx-eq-8.1.0 branch May 2, 2025 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants