From 831a1b2b7fb8fc66926f1df589a06f101ab98e41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jun 2023 20:03:16 +0000 Subject: [PATCH] Update myst-parser requirement from <1.1.0,>=0.15.2 to >=0.15.2,<2.1.0 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.15.2...v2.0.0) --- updated-dependencies: - dependency-name: myst-parser dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 88ef5ef..349fb48 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -27,7 +27,7 @@ Sphinx>=4.3.0,<6.2.0 furo==2022.12.7 # Lets Sphinx parse markdown files in addition to rst. -myst-parser>=0.15.2,<1.1.0 +myst-parser>=0.15.2,<2.1.0 # Adds a copy button to code examples in the docs. sphinx-copybutton==0.5.1