[deps] Update django-phonenumber-field requirement from <8.2.0,>=8.1.0 to >=8.1.0,<8.5.0
Updates the requirements on django-phonenumber-field to permit the latest version.
Release notes
Sourced from django-phonenumber-field's releases.
8.4.0
What's Changed
- Handle empty values in
SplitPhoneNumberFieldwithmax_lengthby@SupImDosin stefanfoulis/django-phonenumber-field#652- Update supported Python and Django versions by
@adamchainzin stefanfoulis/django-phonenumber-field#649Full Changelog: https://github.com/stefanfoulis/django-phonenumber-field/compare/8.3.0...8.4.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.PhoneNumberFieldhonorPHONENUMBER_DEFAULT_REGION- Use
PHONENUMBER_DEFAULT_REGIONfor 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.PhoneNumberFieldwith aregionnow display national phone numbers in the national format instead ofPHONENUMBER_DEFAULT_FORMAT. International numbers are displayed in thePHONENUMBER_DEFAULT_FORMAT.5.2.0 (2021-05-31)
- Lazy load
formfields.PhoneNumberFieldtranslation forinvaliddata.- 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
7e7d0fcHandle empty values in SplitPhoneNumberField with max_lengthbb21997Bump actions/checkout from 5.0.1 to 6.0.03a29c91Pin GitHub actions to the commit hash82a6afaRemove Django 5.0 from metadata and test matrixb31ac84Update supported Python and Django versions7fa4ce8Bump actions/download-artifact from 5 to 6162b1afBump actions/upload-artifact from 4 to 5412517cSupport max_length argument for SplitPhoneNumberField3e11f80Allow configuring empty_value for SplitPhoneNumberFieldbb70de6translations: Remove line location from messages files- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
@dependabot recreate