From 85e7b17ef90825fdb8d36ee31299e7599ad5ae46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 10:17:57 +0000 Subject: [PATCH] :arrow_up: Update myst-parser requirement 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/v0.18.0...v2.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 cd6eb8a..cca3ed2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,9 +36,9 @@ Documentation = "https://sphinx-design.readthedocs.io" [project.optional-dependencies] code_style = ["pre-commit~=2.12"] -rtd = ["myst-parser>=0.18.0,<2"] +rtd = ["myst-parser>=0.18.0,<3"] testing = [ - "myst-parser>=0.18.0,<2", + "myst-parser>=0.18.0,<3", "pytest~=7.1", "pytest-cov", "pytest-regressions",