From f9bf02bde9f6053dc72e9a38c08f8cb109e26731 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 21:06:58 +0000 Subject: [PATCH] Update myst-parser requirement from ==3.* to ==4.* Updates the requirements on [myst-parser](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/v3.0.0...v4.0.0) --- updated-dependencies: - dependency-name: myst-parser 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 dc36a740..6a1dcebc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "cwltool", "cwlref-runner", "cwl-utils==0.*", - "myst-parser==3.*", + "myst-parser==4.*", "pydata-sphinx-theme==0.*", "sphinx==7.*", "sphinx-reredirects==0.1.*",