From 88b3dfd8f0f808494067483b351bbfdc94559a7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Feb 2023 18:33:04 +0000 Subject: [PATCH] :arrow_up: Update linkify-it-py requirement from ~=1.0 to ~=2.0 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](https://github.com/tsutsu3/linkify-it-py/compare/v1.0.0...v2.0.0) --- updated-dependencies: - dependency-name: linkify-it-py dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 869c6049..03dd12ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ Documentation = "https://myst-parser.readthedocs.io" [project.optional-dependencies] code_style = ["pre-commit~=2.12"] # 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",