[pull] master from aio-libs:master - #727
Merged
Merged
Conversation
Bumps [idna](https://github.com/kjd/idna) from 3.18 to 3.19. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.19</h2> <ul> <li>Restore the <code>std3_rules</code> option, which had no effect since changes to UTS <a href="https://redirect.github.com/kjd/idna/issues/46">#46</a> processing in Unicode 16. Note that <code>uts46_remap()</code> defaults to enabling STD3 rules, so direct callers will see input containing non-LDH ASCII characters rejected again.</li> <li>Performance improvements to UTS <a href="https://redirect.github.com/kjd/idna/issues/46">#46</a> mapping, particularly for ASCII-only domains.</li> <li>Test on free-threaded CPython with the GIL disabled and document thread safety.</li> <li>Expose the Unicode version of the generated tables as <code>idna.unicode_version</code>, and show it in <code>idna --version</code>.</li> <li>Add <code>code</code>, <code>text</code>, <code>codepoint</code> and <code>position</code> attributes to <code>IDNAError</code> so that the failed rule and the offending character can be identified without parsing the exception message.</li> <li>The deprecated <code>transitional</code> argument to <code>encode()</code> and <code>uts46_remap()</code> is now completely ignored, and gives a deprecation warning for the latter.</li> <li>Reject A-labels that are not the canonical Punycode encoding of their U-label.</li> <li>Fix CONTEXTJ violations raising <code>IDNAError</code> instead of <code>InvalidCodepointContext</code>.</li> <li>Consistently raise <code>IDNAError</code> for empty labels and non-ASCII bytes passed to label helper functions and the incremental codec.</li> <li>Add property-based tests, extended fuzzing targets, coverage measurement, and CI checks that the data tables match the generator output.</li> <li>Various code quality and tooling improvements.</li> </ul> <p>Thanks to stefan6419846, LouieLuNZ, and Salvatore Corvaglia for contributions to this release.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.md">idna's changelog</a>.</em></p> <blockquote> <h2>3.19 (2026-08-18)</h2> <ul> <li>Restore the <code>std3_rules</code> option, which had no effect since changes to UTS <a href="https://redirect.github.com/kjd/idna/issues/46">#46</a> processing in Unicode 16. Note that <code>uts46_remap()</code> defaults to enabling STD3 rules, so direct callers will see input containing non-LDH ASCII characters rejected again.</li> <li>Performance improvements to UTS <a href="https://redirect.github.com/kjd/idna/issues/46">#46</a> mapping, particularly for ASCII-only domains.</li> <li>Test on free-threaded CPython with the GIL disabled and document thread safety.</li> <li>Expose the Unicode version of the generated tables as <code>idna.unicode_version</code>, and show it in <code>idna --version</code>.</li> <li>Add <code>code</code>, <code>text</code>, <code>codepoint</code> and <code>position</code> attributes to <code>IDNAError</code> so that the failed rule and the offending character can be identified without parsing the exception message.</li> <li>The deprecated <code>transitional</code> argument to <code>encode()</code> and <code>uts46_remap()</code> is now completely ignored, and gives a deprecation warning for the latter.</li> <li>Reject A-labels that are not the canonical Punycode encoding of their U-label.</li> <li>Fix CONTEXTJ violations raising <code>IDNAError</code> instead of <code>InvalidCodepointContext</code>.</li> <li>Consistently raise <code>IDNAError</code> for empty labels and non-ASCII bytes passed to label helper functions and the incremental codec.</li> <li>Add property-based tests, extended fuzzing targets, coverage measurement, and CI checks that the data tables match the generator output.</li> <li>Various code quality and tooling improvements.</li> </ul> <p>Thanks to stefan6419846, LouieLuNZ, and Salvatore Corvaglia for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/03a9a11dd8aecd4fea742cabe20f4d3d9ed82abb"><code>03a9a11</code></a> Release 3.19</li> <li><a href="https://github.com/kjd/idna/commit/2d2a7ef0c59210a48407b3dde6d884933cecf093"><code>2d2a7ef</code></a> Pre-release 3.19rc0</li> <li><a href="https://github.com/kjd/idna/commit/5cce1308d148019c5fa0febceafa13e99cdacfe7"><code>5cce130</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/268">#268</a> from kjd/fix-std3-regex-alert</li> <li><a href="https://github.com/kjd/idna/commit/3914b75f3e4cbc11e59f92eeecdb16d10871e57f"><code>3914b75</code></a> Split the STD3 disallowed-character range so uppercase is explicit</li> <li><a href="https://github.com/kjd/idna/commit/ce9fd98ac4073866db276e93834b259f2a5a4ac4"><code>ce9fd98</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/267">#267</a> from kjd/housekeeping</li> <li><a href="https://github.com/kjd/idna/commit/809240c3cc9358c9c9c79b2d12ffe39e75ccfb0f"><code>809240c</code></a> Fail CI when the license copyright year is behind the current year</li> <li><a href="https://github.com/kjd/idna/commit/d9e16c523d7d25dcc14100fa80f3e303404e09be"><code>d9e16c5</code></a> Consolidate test fixtures, prune stale gitignore entries, and fix doc typos</li> <li><a href="https://github.com/kjd/idna/commit/ef30feeed3a758e96286fdab0315a551f7f5e7d6"><code>ef30fee</code></a> Remove dead code and pare back superfluous comments</li> <li><a href="https://github.com/kjd/idna/commit/b907913f854d26cc714f721c6c2cb626d41ac468"><code>b907913</code></a> Tighten the version support and Unicode notes in the README</li> <li><a href="https://github.com/kjd/idna/commit/6204cbe343ef438df7c58bc80b94d0f960991d90"><code>6204cbe</code></a> Ignore local build artifacts and stop packaging stray tooling config</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.18...v3.19">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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )