Skip to content

chore(packaging): update linkify-it-py requirement from >=2.0 to >=2.1.0 - #39

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

chore(packaging): update linkify-it-py requirement from >=2.0 to >=2.1.0#39
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/linkify-it-py-gte-2.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

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

Release notes

Sourced from linkify-it-py's releases.

v2.1.0

What's Changed

New Contributors

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

Changelog

Sourced from linkify-it-py's changelog.

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)

  • Fix: Schema key containing - not producing matches (#26)

v1.0.1 (2020-12-18)

  • Add manifest
  • Add codecov.yml

v1.0.0 (2020-11-15)

  • First release
Commits
  • b9ee349 Release v2.1.0 (#79)
  • 4496b77 chore: remove outdated maintainability badge from README (#78)
  • 4fb94e7 ci: migrate to trusted publishing and update CI configuration (#77)
  • 5006002 Add support for Python 3.14 and drop EOL 3.9 (#75)
  • ba10b5e Fix CI status badge (#76)
  • 97e18f7 Bump the github-actions group across 1 directory with 2 updates (#73)
  • f494418 Bump actions/checkout from 4 to 5 in the github-actions group (#71)
  • 773968c Run black
  • bd78752 Bump minimum Python version to 3.9 and update dependencies
  • ddc0697 Bump codecov/codecov-action from 4 to 5 in the github-actions group (#68)
  • 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.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added PA: Pending All Reviewers Waiting for all assigned reviewers to review Scope: Packaging Relates to pyproject.toml, build, or release Type: Chore Maintenance, tooling, CI, dependencies labels Jul 13, 2026
@dependabot
dependabot Bot requested a review from Error44s as a code owner July 13, 2026 06:13
@dependabot dependabot Bot added the PA: Pending All Reviewers Waiting for all assigned reviewers to review label Jul 13, 2026
@dependabot
dependabot Bot requested a review from DevilPedrow as a code owner July 13, 2026 06:13
@github-actions github-actions Bot added PR: Ready For Review PR is complete and ready to be reviewed PA: Reviewer Assigned A reviewer has been assigned but has not yet reviewed labels Jul 13, 2026
@github-actions

Copy link
Copy Markdown

🤖 ParseCore Bot — PR Review

Hi @dependabot[bot]! I checked this pull request automatically. Here is my verdict:

❌ Not ready yet

Some checks did not pass. Please fix the points marked with ❌ below and I will re-check automatically on your next push or edit.

Check Result
Conventional title PR title follows Conventional Commits
PR template Please fill out the PR template: write a Summary, tick at least one Type of Change, and complete the Checklist. (summary missing, no checkbox ticked)
Parity statement No parsecore/Performance/ changes parity statement not required
Comment-free code No inline comments added to parsecore code
PR size PR size is reviewable (+1 lines)

What to fix

  • PR template: Please fill out the PR template: write a Summary, tick at least one Type of Change, and complete the Checklist. (summary missing, no checkbox ticked)

🤖 I am not a human I re-run on every push and edit. Configure me in .github/parsecore-bot/config.json. Override switches: [skip-comment-check], [skip-docs] in the PR description.

@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown

👋 This pull request has had no activity for 21 days and has been marked as stale.

If this is still being worked on, please push a commit or leave a comment and the stale label will be removed automatically.
If no activity occurs within the next 7 days, this PR will be closed automatically.

@github-actions github-actions Bot added the Status: Stale No activity for an extended period label Aug 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PA: Pending All Reviewers Waiting for all assigned reviewers to review PA: Reviewer Assigned A reviewer has been assigned but has not yet reviewed PR: Ready For Review PR is complete and ready to be reviewed Scope: Packaging Relates to pyproject.toml, build, or release Status: Stale No activity for an extended period Type: Chore Maintenance, tooling, CI, dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants