Skip to content

Update dependency idna to v3.18#16

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/idna-3.x
Open

Update dependency idna to v3.18#16
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/idna-3.x

Conversation

@renovate

@renovate renovate Bot commented Sep 14, 2022

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
idna (changelog) ==3.3==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.

v3.16

Compare Source

  • Add a command-line interface (python -m idna, also available as
    the idna script). Encodes or decodes one or more domains supplied
    as arguments or on standard input, with options to select A-label
    or U-label output and control error handling.
  • Raise the minimum supported Python version to 3.9
  • Various code quality improvements

v3.15

Compare Source

  • Enforce DNS-length cap on individual labels early in check_label,
    short-circuiting contextual-rule processing for oversized input
    while staying compatible with UTS 46 usage.
  • Tidy core helpers: hoist bidi category sets to module-level
    frozensets (avoiding per-codepoint list construction), simplify
    length checks, and reuse the shared _unicode_dots_re from
    idna.core in the codec module.
  • Use raise ... from err for proper exception chaining and
    switch internal string formatting to f-strings.
  • Allow flit_core 4.x in the build backend.
  • Expand the ruff lint set (flake8-bugbear, flake8-simplify,
    pyupgrade, perflint) and apply the surfaced fixes; pin lint CI
    to Python 3.14.
  • Add Dependabot configuration for GitHub Actions.
  • Convert README and HISTORY from reStructuredText to Markdown.
  • Reference CVE-2026-45409 for the 3.14 advisory in place of the
    initial GHSA identifier.

Thanks to Felix Yan, Stan Ulbrych, and metsw24-max for
contributions to this release.

v3.14

Compare Source

  • Removed opportunity to process long inputs into quadratic
    time by rejecting oversize inputs up-front. Closes a bypass
    of the CVE-2024-3651 mitigation. [CVE-2026-45409]

Thanks to Stan Ulbrych for reporting the issue.

v3.13

Compare Source

v3.12

Compare Source

v3.11

Compare Source

v3.10

Compare Source

v3.9

Compare Source

v3.8

Compare Source

What's Changed

  • Fix regression where IDNAError exception was not being produced for certain inputs.
  • Add support for Python 3.13, drop support for Python 3.5 as it is no longer testable.
  • Documentation improvements
  • Updates to package testing using Github actions

Thanks to Hugo van Kemenade for contributions to this release.

Full Changelog: kjd/idna@v3.7...v3.8

v3.7

Compare Source

What's Changed

  • Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]

Thanks to Guido Vranken for reporting the issue.

Full Changelog: kjd/idna@v3.6...v3.7

v3.6

Compare Source

v3.5

Compare Source

v3.4

Compare Source


Configuration

📅 Schedule: (UTC)

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title Update dependency idna to v3.4 Update dependency idna to v3.5 Nov 24, 2023
@renovate renovate Bot force-pushed the renovate/idna-3.x branch from ce72541 to cdfc9d4 Compare November 24, 2023 19:16
@renovate renovate Bot changed the title Update dependency idna to v3.5 Update dependency idna to v3.6 Nov 25, 2023
@renovate renovate Bot force-pushed the renovate/idna-3.x branch from cdfc9d4 to 36e139d Compare November 25, 2023 16:53
@renovate renovate Bot force-pushed the renovate/idna-3.x branch from 36e139d to d2f4218 Compare April 11, 2024 07:32
@renovate renovate Bot changed the title Update dependency idna to v3.6 Update dependency idna to v3.7 Apr 11, 2024
@renovate renovate Bot force-pushed the renovate/idna-3.x branch from d2f4218 to f0688ae Compare August 23, 2024 19:28
@renovate renovate Bot changed the title Update dependency idna to v3.7 Update dependency idna to v3.8 Aug 23, 2024
@renovate renovate Bot changed the title Update dependency idna to v3.8 Update dependency idna to v3.9 Sep 14, 2024
@renovate renovate Bot force-pushed the renovate/idna-3.x branch from f0688ae to 9102713 Compare September 14, 2024 05:20
@renovate renovate Bot changed the title Update dependency idna to v3.9 Update dependency idna to v3.10 Sep 15, 2024
@renovate renovate Bot force-pushed the renovate/idna-3.x branch from 9102713 to afe0e17 Compare September 15, 2024 19:04
@renovate renovate Bot changed the title Update dependency idna to v3.10 Update dependency idna to v3.11 Oct 12, 2025
@renovate renovate Bot force-pushed the renovate/idna-3.x branch from afe0e17 to d3416f4 Compare October 12, 2025 17:11
@renovate renovate Bot force-pushed the renovate/idna-3.x branch from d3416f4 to 2c2337e Compare April 21, 2026 15:10
@renovate renovate Bot changed the title Update dependency idna to v3.11 Update dependency idna to v3.12 Apr 21, 2026
@renovate renovate Bot changed the title Update dependency idna to v3.12 Update dependency idna to v3.13 Apr 22, 2026
@renovate renovate Bot force-pushed the renovate/idna-3.x branch from 2c2337e to f9a88b0 Compare April 22, 2026 23:29
@renovate renovate Bot changed the title Update dependency idna to v3.13 Update dependency idna to v3.14 May 10, 2026
@renovate renovate Bot force-pushed the renovate/idna-3.x branch from f9a88b0 to 5b40e67 Compare May 10, 2026 20:34
@renovate renovate Bot changed the title Update dependency idna to v3.14 Update dependency idna to v3.15 May 13, 2026
@renovate renovate Bot force-pushed the renovate/idna-3.x branch from 5b40e67 to 785ddf9 Compare May 13, 2026 01:52
@renovate renovate Bot changed the title Update dependency idna to v3.15 Update dependency idna to v3.16 May 22, 2026
@renovate renovate Bot force-pushed the renovate/idna-3.x branch 2 times, most recently from 2699d33 to e5fc4b4 Compare May 28, 2026 21:53
@renovate renovate Bot changed the title Update dependency idna to v3.16 Update dependency idna to v3.17 May 28, 2026
@renovate renovate Bot force-pushed the renovate/idna-3.x branch from e5fc4b4 to 7dd5cf1 Compare June 2, 2026 14:56
@renovate renovate Bot changed the title Update dependency idna to v3.17 Update dependency idna to v3.18 Jun 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants