Skip to content

Bump linkify-it-py from 2.1.0 to 2.2.0 in /docs - #867

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/docs/linkify-it-py-2.2.0
Open

Bump linkify-it-py from 2.1.0 to 2.2.0 in /docs#867
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/docs/linkify-it-py-2.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor

Bumps linkify-it-py from 2.1.0 to 2.2.0.

Release notes

Sourced from linkify-it-py's releases.

v2.2.0

What's Changed

Full Changelog: tsutsu3/linkify-it-py@v2.1.1...v2.2.0

v2.1.1

What's Changed

Security release: LinkifyIt.match() was quadratic on untrusted input when linkify is enabled (GHSA-8m2q-wq3r-6hq8). Affected: <= 2.1.0. Upgrade to 2.1.1.

  • Fix quadratic complexity in LinkifyIt.match(), port of linkify-it 5.0.1 and 5.0.2 (upstream CVE-2026-48801, CVE-2026-59887) (#82)
  • Match validators at a position instead of slicing the tail, needed because Python 3.10 does not optimize the ^ anchor (#82)
  • Allow ; in the email name, matching linkify-it. Behavior change: a;b@example.com is now linkified (#82)
  • Update port.yml (linkify-it v5.0.2) (#82)

Full Changelog: tsutsu3/linkify-it-py@v2.1.0...v2.1.1

Changelog

Sourced from linkify-it-py's changelog.

v2.2.0 (2026-08-29)

  • Fix astral-plane Unicode handling in links, including host names and link terminators (#87)
  • Drop the runtime dependency on uc-micro-py (#87)

v2.1.1 (2026-08-25)

Security release: LinkifyIt.match() was quadratic on untrusted input when linkify is enabled (GHSA-8m2q-wq3r-6hq8).

  • Fix quadratic complexity in LinkifyIt.match(), port of linkify-it 5.0.1 and 5.0.2 (upstream CVE-2026-48801, CVE-2026-59887) (#82)
  • Match validators at a position instead of slicing the tail, needed because Python 3.10 does not optimize the ^ anchor (#82)
  • Allow ; in the email name, matching linkify-it. Behavior change: a;b@example.com is now linkified (#82)
  • Update port.yml (linkify-it v5.0.2) (#82)
Commits
  • 84af472 Release v2.2.0 (#88)
  • 4967167 fix: recognize astral-plane characters, drop uc-micro-py (#87)
  • a2943cf Release v2.1.1 (#84)
  • 16d6447 fix: match validators at a position instead of slicing the tail
  • 5e33fe7 fix: allow ";" in the email name character class
  • f972d8f fix: cap email name and auth scan length (port linkify-it 5.0.2)
  • 5246f8d fix: resolve quadratic complexity in LinkifyIt.match() scan loop
  • 1f9f825 feat: add benchmark for quadratic scan-loop behavior in LinkifyIt.match()
  • 3eee230 Bump the github-actions group across 1 directory with 3 updates (#83)
  • See full diff in compare view

Dependabot compatibility score

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 commands and options

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)

Bumps [linkify-it-py](https://github.com/tsutsu3/linkify-it-py) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/tsutsu3/linkify-it-py/releases)
- [Changelog](https://github.com/tsutsu3/linkify-it-py/blob/main/CHANGELOG.md)
- [Commits](tsutsu3/linkify-it-py@v2.1.0...v2.2.0)

---
updated-dependencies:
- dependency-name: linkify-it-py
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants