From 5d56e81f56050e3fa2b75819b30f7f51eb74f94f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 19:11:30 +0000 Subject: [PATCH] Update myst-parser requirement from <4,>=1 to >=1,<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/v1.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 35a5a25..efcf2d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "furo>=2024.1.29,<2025", "mdformat>=0.7.17,<1", "mdformat-myst>=0.1.5,<1", - "myst-parser>=1,<4", + "myst-parser>=1,<5", "pre-commit>=3,<4", # Allow us to run pre-commit hooks in testing "pydocstyle>=6,<7", # Style guidelines for Python documentation "sphinx>6,<9", # The default Python documentation engine