Skip to content

Update dependency idna to v3.15#8

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

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

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Sep 25, 2022

This PR contains the following updates:

Package Change Age Confidence
idna (changelog) ==3.3==3.15 age confidence

Release Notes

kjd/idna (idna)

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

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 25, 2023
@renovate renovate Bot force-pushed the renovate/idna-3.x branch from 4408bf3 to fcb55c6 Compare November 25, 2023 08:27
@renovate renovate Bot changed the title Update dependency idna to v3.5 Update dependency idna to v3.6 Nov 26, 2023
@renovate renovate Bot force-pushed the renovate/idna-3.x branch from fcb55c6 to 74edbe8 Compare November 26, 2023 02:14
@renovate renovate Bot changed the title Update dependency idna to v3.6 Update dependency idna to v3.7 Apr 14, 2024
@renovate renovate Bot force-pushed the renovate/idna-3.x branch from 74edbe8 to 19d7a6d Compare April 14, 2024 02:40
@renovate renovate Bot changed the title Update dependency idna to v3.7 Update dependency idna to v3.8 Aug 23, 2024
@renovate renovate Bot force-pushed the renovate/idna-3.x branch from 19d7a6d to 38fcc9e Compare August 23, 2024 20:48
@renovate renovate Bot force-pushed the renovate/idna-3.x branch from 38fcc9e to 004211b Compare September 14, 2024 05:57
@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 004211b to 909a02c Compare September 16, 2024 02:26
@renovate renovate Bot changed the title Update dependency idna to v3.9 Update dependency idna to v3.10 Sep 16, 2024
@renovate renovate Bot changed the title Update dependency idna to v3.10 Update dependency idna to v3.11 Oct 13, 2025
@renovate renovate Bot force-pushed the renovate/idna-3.x branch from 909a02c to 3a168c8 Compare October 13, 2025 12:11
@renovate renovate Bot changed the title Update dependency idna to v3.11 Update dependency idna to v3.13 Apr 30, 2026
@renovate renovate Bot force-pushed the renovate/idna-3.x branch from 3a168c8 to dd51baf Compare April 30, 2026 03:29
@renovate renovate Bot force-pushed the renovate/idna-3.x branch from dd51baf to 59ec0ef Compare May 11, 2026 23:35
@renovate renovate Bot changed the title Update dependency idna to v3.13 Update dependency idna to v3.14 May 11, 2026
@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 59ec0ef to 9c31f9b Compare May 13, 2026 02:59
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