[PR #2539] [MERGED] Bump django-phonenumber-field[phonenumbers] from 6.1.0 to 6.2.0 #2600

Closed
opened 2026-02-27 12:11:50 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa/pull/2539
Author: @dependabot[bot]
Created: 6/15/2022
Status: Merged
Merged: 6/15/2022
Merged by: @tonioo

Base: masterHead: dependabot/pip/django-phonenumber-field-phonenumbers--6.2.0


📝 Commits (1)

  • c2d8124 Bump django-phonenumber-field[phonenumbers] from 6.1.0 to 6.2.0

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 requirements.txt (+1 -1)

📄 Description

Bumps django-phonenumber-field[phonenumbers] from 6.1.0 to 6.2.0.

Release notes

Sourced from django-phonenumber-field[phonenumbers]'s releases.

6.2.0

What's Changed

New Contributors

Full Changelog: https://github.com/stefanfoulis/django-phonenumber-field/compare/6.1.0...6.2.0

Changelog

Sourced from django-phonenumber-field[phonenumbers]'s changelog.

CHANGELOG

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

Commits
  • 882cee6 Handle regions sharing country code in PhoneNumberPrefixWidget
  • 4435e86 Update Portuguese translations (pt-PT)
  • 022dccc Update Polish translation
  • 1df29ec Merge pull request #490 from sterliakov/main
  • 5f425e6 Remove attribute for html5 compliance
  • b57f7b2 Merge pull request #390 from KiraLT/master
  • cf0e4ad Lithuanian language translations
  • 699accf Improve syntax highlighting for Python in README
  • 3dcf898 Use public phonenumbers variable instead of protected one
  • 38e1f47 Prefer isinstance over types comparison
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/modoboa/modoboa/pull/2539 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/15/2022 **Status:** ✅ Merged **Merged:** 6/15/2022 **Merged by:** [@tonioo](https://github.com/tonioo) **Base:** `master` ← **Head:** `dependabot/pip/django-phonenumber-field-phonenumbers--6.2.0` --- ### 📝 Commits (1) - [`c2d8124`](https://github.com/modoboa/modoboa/commit/c2d812429682d316294aceaf402407a1cfed892e) Bump django-phonenumber-field[phonenumbers] from 6.1.0 to 6.2.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [django-phonenumber-field[phonenumbers]](https://github.com/stefanfoulis/django-phonenumber-field) from 6.1.0 to 6.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/stefanfoulis/django-phonenumber-field/releases">django-phonenumber-field[phonenumbers]'s releases</a>.</em></p> <blockquote> <h2>6.2.0</h2> <h2>What's Changed</h2> <ul> <li><code>PhoneNumberPrefixWidget</code> improvement for regions sharing same country prefix by <a href="https://github.com/amateja"><code>@​amateja</code></a> in <a href="https://github-redirect.dependabot.com/stefanfoulis/django-phonenumber-field/pull/493">stefanfoulis/django-phonenumber-field#493</a></li> <li>Remove <code>maxlength</code> attribute for html5 compliance by <a href="https://github.com/sterliakov"><code>@​sterliakov</code></a> in <a href="https://github-redirect.dependabot.com/stefanfoulis/django-phonenumber-field/pull/490">stefanfoulis/django-phonenumber-field#490</a></li> <li>Better syntax highlighting by <a href="https://github.com/bashu"><code>@​bashu</code></a> in <a href="https://github-redirect.dependabot.com/stefanfoulis/django-phonenumber-field/pull/498">stefanfoulis/django-phonenumber-field#498</a></li> <li>Update Polish translation by <a href="https://github.com/amateja"><code>@​amateja</code></a> in <a href="https://github-redirect.dependabot.com/stefanfoulis/django-phonenumber-field/pull/500">stefanfoulis/django-phonenumber-field#500</a></li> <li>Update Lithuanian translations by <a href="https://github.com/KiraLT"><code>@​KiraLT</code></a> in <a href="https://github-redirect.dependabot.com/stefanfoulis/django-phonenumber-field/pull/390">stefanfoulis/django-phonenumber-field#390</a></li> <li>Update Portuguese translations by <a href="https://github.com/AndreMorais98"><code>@​AndreMorais98</code></a> in <a href="https://github-redirect.dependabot.com/stefanfoulis/django-phonenumber-field/pull/504">stefanfoulis/django-phonenumber-field#504</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/bashu"><code>@​bashu</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/stefanfoulis/django-phonenumber-field/pull/498">stefanfoulis/django-phonenumber-field#498</a></li> <li><a href="https://github.com/KiraLT"><code>@​KiraLT</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/stefanfoulis/django-phonenumber-field/pull/390">stefanfoulis/django-phonenumber-field#390</a></li> <li><a href="https://github.com/sterliakov"><code>@​sterliakov</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/stefanfoulis/django-phonenumber-field/pull/490">stefanfoulis/django-phonenumber-field#490</a></li> <li><a href="https://github.com/AndreMorais98"><code>@​AndreMorais98</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/stefanfoulis/django-phonenumber-field/pull/504">stefanfoulis/django-phonenumber-field#504</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/stefanfoulis/django-phonenumber-field/compare/6.1.0...6.2.0">https://github.com/stefanfoulis/django-phonenumber-field/compare/6.1.0...6.2.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/stefanfoulis/django-phonenumber-field/blob/main/CHANGELOG.rst">django-phonenumber-field[phonenumbers]'s changelog</a>.</em></p> <blockquote> <h1>CHANGELOG</h1> <p><strong>Releases are now tracked using the <code>GitHub releases &lt;https://github.com/stefanfoulis/django-phonenumber-field/releases&gt;</code>_. This document remains for historical purposes.</strong></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/stefanfoulis/django-phonenumber-field/commit/882cee62991c930f835b080e1554e9a8dee85110"><code>882cee6</code></a> Handle regions sharing country code in PhoneNumberPrefixWidget</li> <li><a href="https://github.com/stefanfoulis/django-phonenumber-field/commit/4435e86e174e1b9decc7158939dd26e50fa419b3"><code>4435e86</code></a> Update Portuguese translations (pt-PT)</li> <li><a href="https://github.com/stefanfoulis/django-phonenumber-field/commit/022dccc3caffe3aba0ea8388fb3d4a2201f2f0fb"><code>022dccc</code></a> Update Polish translation</li> <li><a href="https://github.com/stefanfoulis/django-phonenumber-field/commit/1df29ecd7b6dc26376d1ff11bb39aec482bfb387"><code>1df29ec</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/stefanfoulis/django-phonenumber-field/issues/490">#490</a> from sterliakov/main</li> <li><a href="https://github.com/stefanfoulis/django-phonenumber-field/commit/5f425e6fd848466331acf49ee2c9c38954b7899e"><code>5f425e6</code></a> Remove attribute for html5 compliance</li> <li><a href="https://github.com/stefanfoulis/django-phonenumber-field/commit/b57f7b2ca9bffa6ec08be702d29b56867344eb05"><code>b57f7b2</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/stefanfoulis/django-phonenumber-field/issues/390">#390</a> from KiraLT/master</li> <li><a href="https://github.com/stefanfoulis/django-phonenumber-field/commit/cf0e4ada165d74a99e3ff2b17863d04abc0f7bab"><code>cf0e4ad</code></a> Lithuanian language translations</li> <li><a href="https://github.com/stefanfoulis/django-phonenumber-field/commit/699accff2baa5c5e367c86777b080c600f69280f"><code>699accf</code></a> Improve syntax highlighting for Python in README</li> <li><a href="https://github.com/stefanfoulis/django-phonenumber-field/commit/3dcf8988dc72c26b3f9d97e5a2eabfcbfb247de7"><code>3dcf898</code></a> Use public phonenumbers variable instead of protected one</li> <li><a href="https://github.com/stefanfoulis/django-phonenumber-field/commit/38e1f4704237754c574d2ee789b4fc317af2aff1"><code>38e1f47</code></a> Prefer isinstance over types comparison</li> <li>Additional commits viewable in <a href="https://github.com/stefanfoulis/django-phonenumber-field/compare/6.1.0...6.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django-phonenumber-field[phonenumbers]&package-manager=pip&previous-version=6.1.0&new-version=6.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 12:11:50 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-modoboa#2600
No description provided.