From 527984fd389df446586561fb6caf5102f6090d55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 06:47:00 +0000 Subject: [PATCH] Update myst-parser[linkify] requirement from <4,>=0.18 to >=0.18,<5 Updates the requirements on [myst-parser[linkify]](https://github.com/executablebooks/MyST-Parser) to permit the latest version. - [Release notes](https://github.com/executablebooks/MyST-Parser/releases) - [Changelog](https://github.com/executablebooks/MyST-Parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/executablebooks/MyST-Parser/compare/v0.18.0...v4.0.0) --- updated-dependencies: - dependency-name: myst-parser[linkify] 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 f0c7da1..2025a52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -98,7 +98,7 @@ develop = [ ] docs = [ "furo", - "myst-parser[linkify]>=0.18,<4", + "myst-parser[linkify]>=0.18,<5", "sphinx-autobuild", "sphinx-copybutton", ]