From 40a548d589ce596aa9f6c22c8fca73c155996fcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 01:06:46 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20linkify-it-py=20r?= =?UTF-8?q?equirement=20from=20~=3D1.0=20to=20~=3D2.0=20(#675)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 774e23da..fe68e9fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",