From 71cdef13be906d7c837016b80453002e8c5a7350 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 01:07:51 +0000 Subject: [PATCH] chore(deps-dev): 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/v4.0.1...v5.0.0) --- updated-dependencies: - dependency-name: myst-parser dependency-version: 5.0.0 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 002a7d2b0..78945dfd1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -167,7 +167,7 @@ dev = [ "furo>=2025.9.25", "git-cliff>=2.10.1,<3", "mypy>=1.19.0,<2", - "myst-parser>=4.0.1,<5", + "myst-parser>=4.0.1,<6", "nox[uv]>=2025.11.12", "pip-audit>=2.10.0,<3", "pip-licenses @ git+https://github.com/neXenio/pip-licenses.git@master", # https://github.com/raimon49/pip-licenses/pull/224