From 1c262819d8b32c70aff154adbc28f4d77c3058f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 09:28:40 +0000 Subject: [PATCH] Update myst-parser requirement from 2.0.0 to 3.0.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/v2.0.0...v3.0.0) --- updated-dependencies: - dependency-name: myst-parser dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4ff5dd674..99c789039 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ flake8 = "7.0.0" flake8-docstrings = "1.7.0" ipython = "8.23.0" isort = "5.13.2" -myst-parser = "2.0.0" +myst-parser = "3.0.0" pep8 = "1.7.1" ruff = "0.4.1" pylint = "3.1.0"