From 8744c815a68cd8f71f8ef1a2b5a212774d50ef71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 10:39:02 +0000 Subject: [PATCH] :arrow_up: Update myst-parser requirement from <4,>=2 to >=2,<5 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/v2.0.0...v4.0.0) --- updated-dependencies: - dependency-name: myst-parser dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 995c00c..8e22eee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,9 +36,9 @@ Documentation = "https://sphinx-design.readthedocs.io" [project.optional-dependencies] code-style = ["pre-commit>=3,<4"] -rtd = ["myst-parser>=2,<4"] +rtd = ["myst-parser>=2,<5"] testing = [ - "myst-parser>=2,<4", + "myst-parser>=2,<5", "pytest~=8.3", "pytest-cov", "pytest-regressions",