dependabot[bot] opened a new pull request, #864: URL: https://github.com/apache/tooling-trusted-releases/pull/864
Bumps [email-validator](https://github.com/JoshData/python-email-validator) from 2.2.0 to 2.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/JoshData/python-email-validator/releases">email-validator's releases</a>.</em></p> <blockquote> <h2>v2.3.0</h2> <ul> <li>The package name is changed from using an underscore (email_validator) to a dash (email-validator) to match PyPi's normalized package name.</li> <li>The library no longer checks that the local part is at most 64 characters because a more careful reading of RFC 5321 indicates the limit is optional and such email addresses have been found in the wild. However the check can be restored using a new <code>strict=True</code> parameter, and the overall 254 character email address length limit is still in place.</li> <li>New EmailSyntaxError messages are used for some exiting syntax errors related to @-sign homoglyphs and invalid characters in internationalized domains.</li> <li>When using <code>allow_display_name=True</code>, display names are now returned with Unicode NFC normalization.</li> <li>TypeError is now raised if something other than str (or bytes) is passed as the email address.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/JoshData/python-email-validator/blob/main/CHANGELOG.md">email-validator's changelog</a>.</em></p> <blockquote> <h2>2.3.0 (August 26, 2025)</h2> <ul> <li>The package name is changed from using an underscore (email_validator) to a dash (email-validator) to match PyPi's normalized package name.</li> <li>The library no longer checks that the local part is at most 64 characters because a more careful reading of RFC 5321 indicates the limit is optional and such email addresses have been found in the wild. However the check can be restored using a new <code>strict=True</code> parameter, and the overall 254 character email address length limit is still in place.</li> <li>New EmailSyntaxError messages are used for some exiting syntax errors related to @-sign homoglyphs and invalid characters in internationalized domains.</li> <li>When using <code>allow_display_name=True</code>, display names are now returned with Unicode NFC normalization.</li> <li>TypeError is now raised if something other than str (or bytes) is passed as the email address.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/JoshData/python-email-validator/commit/030a63a183a6a66450e98381ca9a23ab9769706a"><code>030a63a</code></a> Version 2.3.0</li> <li><a href="https://github.com/JoshData/python-email-validator/commit/e943a0f07f5c130b4a419e0cd79f705f36bf24fe"><code>e943a0f</code></a> Raise TypeError when an invalid argument is passed for email, closes <a href="https://redirect.github.com/JoshData/python-email-validator/issues/155">#155</a></li> <li><a href="https://github.com/JoshData/python-email-validator/commit/f90d256045dc1ccbcffd5514189267d14a9e3ea1"><code>f90d256</code></a> Remove local part length check unless new strict flag is given, fixes <a href="https://redirect.github.com/JoshData/python-email-validator/issues/158">#158</a></li> <li><a href="https://github.com/JoshData/python-email-validator/commit/98800bac023b8713351393a5043034065f1ea6cb"><code>98800ba</code></a> Add explicit checks for internationalized domain name characters invalid unde...</li> <li><a href="https://github.com/JoshData/python-email-validator/commit/936aead3bf5c608f8561954e0d2955b7f97bfdad"><code>936aead</code></a> Fix final syntax checks on normalized internationalized domains checking the ...</li> <li><a href="https://github.com/JoshData/python-email-validator/commit/8043de49596f08d54a07e2bc7c442ced074216a6"><code>8043de4</code></a> NFC-normalize display names per UTS <a href="https://redirect.github.com/JoshData/python-email-validator/issues/39">#39</a></li> <li><a href="https://github.com/JoshData/python-email-validator/commit/bc08faa2a74b51a9e7ba7ff4f995c0b475cb5b12"><code>bc08faa</code></a> Add one-off error messages for full-width-at and small-commercial-at which ar...</li> <li><a href="https://github.com/JoshData/python-email-validator/commit/a1c90ab58fb0f5d969a8351a68ca15bff068527c"><code>a1c90ab</code></a> Split exceptions_types.py into exceptions.py and types.py</li> <li><a href="https://github.com/JoshData/python-email-validator/commit/dbcf07cc5c8066c14b6dc58d2dbb4a1e582eeefd"><code>dbcf07c</code></a> Change package name from using underscore to dash to match PyPi normalized pa...</li> <li><a href="https://github.com/JoshData/python-email-validator/commit/7c22208ee5b82c377e960ddcea5293691eadc6cc"><code>7c22208</code></a> Support ALLOW_DISPLAY_NAME and ALLOW_EMPTY_LOCAL in the CLI (<a href="https://redirect.github.com/JoshData/python-email-validator/issues/145">#145</a>)</li> <li>Additional commits viewable in <a href="https://github.com/JoshData/python-email-validator/compare/v2.2.0...v2.3.0">compare view</a></li> </ul> </details> <br /> [](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 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) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
