Skip to content

chore(deps): update linkify-it-py requirement from >=2.0.0 to >=2.2.0 - #37

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

chore(deps): update linkify-it-py requirement from >=2.0.0 to >=2.2.0#37
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/linkify-it-py-gte-2.2.0

Conversation

@dependabot

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

Copy link
Copy Markdown

Updates the requirements on linkify-it-py to permit the latest version.

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

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)

v2.1.0 (2026-03-01)

  • Drop support for EOL Python 3.7, 3.8 (bd78752)
  • Drop support for EOL Python 3.9 (#75) by @​hugovk
  • Add support for Python 3.14 (#75) by @​hugovk
  • Migrate to OIDC trusted publishing for PyPI and TestPyPI (#77)
  • Add workflow permissions for security hardening (#77)
  • Bump GitHub Actions dependencies (#71, #73)

v2.0.3 (2024-02-04)

  • Update port.yml (linkify-it v5.0.0) (#54)
  • Fix rtd (#52)
  • Add linkify-it-py-demo url (#51)
  • Fix package build (#49)

v2.0.2 (2023-05-02)

  • Fix missing files to the test (#44)

v2.0.1 (2023-05-02)

  • Update development tools
  • Fix sdist is missing tests

v2.0.0 (2022-05-07)

  • Add matchAtStart method to match full URLs at the start of the string.
  • Fixed paired symbols ((), {}, "", etc.) after punctuation.
  • --- option now affects parsing of emails (e.g. user@example.com---)

v1.0.3 (2021-12-18)

  • Fixed #98. Don't count ; at the end of link (when followed with space).

v1.0.2 (2021-10-09)

... (truncated)

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)
  • b9ee349 Release v2.1.0 (#79)
  • Additional commits viewable in compare view

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)

Updates the requirements on [linkify-it-py](https://github.com/tsutsu3/linkify-it-py) to permit the latest version.
- [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.0.0...v2.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Sep 5, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies, security. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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