fix(deps): update dependency idna to v3.18 #20

Open
renovate-bot wants to merge 1 commit from renovate/idna-3.x into main
Collaborator

This PR contains the following updates:

Package Change Age Confidence
idna (changelog) ==3.16==3.18 age confidence

Release Notes

kjd/idna (idna)

v3.18

Compare Source

  • When decoding a domain, add a display argument that will pass
    through invalid labels rather than raising an exception.

v3.17

Compare Source

  • Substantial 75% reduction in memory usage through new data
    structures and some optimization in processing speed.
  • Added a general 1024-character input length cap to the public
    validation, conversion, and codec entry points. This is well above
    any legitimate domain or label and guards against pathological
    inputs.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [idna](https://github.com/kjd/idna) ([changelog](https://github.com/kjd/idna/blob/master/HISTORY.md)) | `==3.16` → `==3.18` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/idna/3.18?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/idna/3.16/3.18?slim=true) | --- ### Release Notes <details> <summary>kjd/idna (idna)</summary> ### [`v3.18`](https://github.com/kjd/idna/blob/HEAD/HISTORY.md#318-2026-06-02) [Compare Source](https://github.com/kjd/idna/compare/v3.17...v3.18) - When decoding a domain, add a `display` argument that will pass through invalid labels rather than raising an exception. ### [`v3.17`](https://github.com/kjd/idna/blob/HEAD/HISTORY.md#317-2026-05-28) [Compare Source](https://github.com/kjd/idna/compare/v3.16...v3.17) - Substantial 75% reduction in memory usage through new data structures and some optimization in processing speed. - Added a general 1024-character input length cap to the public validation, conversion, and codec entry points. This is well above any legitimate domain or label and guards against pathological inputs. </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNjguNSIsInVwZGF0ZWRJblZlciI6IjQzLjE2OC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
renovate-bot added the
dependencies
label 2026-05-28 16:37:23 +02:00
renovate-bot added 1 commit 2026-05-28 16:37:24 +02:00
fix(deps): update dependency idna to v3.17
All checks were successful
NYX Security Scan / nyx-scan (pull_request) Successful in 6m36s
14ff009ae0
renovate-bot scheduled this pull request to auto merge when all checks succeed 2026-05-28 16:37:28 +02:00
renovate-bot force-pushed renovate/idna-3.x from 14ff009ae0 to a4bab620a7 2026-06-02 16:50:35 +02:00 Compare
renovate-bot changed title from fix(deps): update dependency idna to v3.17 to fix(deps): update dependency idna to v3.18 2026-06-02 16:50:35 +02:00
All checks were successful
NYX Security Scan / nyx-scan (pull_request) Successful in 6m25s
Required
Details
This pull request doesn't have enough approvals yet. 0 of 1 approvals granted.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/idna-3.x:renovate/idna-3.x
git checkout renovate/idna-3.x
Sign in to join this conversation.
No description provided.