Skip to content

Commit

Permalink
⬆️ Update linkify-it-py requirement from ~=1.0 to ~=2.0 (#675)
Browse files Browse the repository at this point in the history
See https://github.com/tsutsu3/linkify-it-py/blob/main/CHANGELOG.md

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chris Sewell <chrisj_sewell@hotmail.com>
  • Loading branch information
dependabot[bot] and chrisjsewell committed Jun 5, 2023
1 parent fc9e9bc commit 40a548d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Documentation = "https://myst-parser.readthedocs.io"
[project.optional-dependencies]
code_style = ["pre-commit~=3.0"]
# for use with "linkify" extension
linkify = ["linkify-it-py~=1.0"]
linkify = ["linkify-it-py~=2.0"]
# Note: This is only required for internal use
rtd = [
"ipython",
Expand Down

0 comments on commit 40a548d

Please sign in to comment.