From 0719ead81802cfc7f8676763ace3f7cc9077fcb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Mar 2025 16:56:31 +0000 Subject: [PATCH] Bump myst-parser[linkify] from 2.0.0 to 4.0.1 Bumps [myst-parser[linkify]](https://github.com/executablebooks/MyST-Parser) from 2.0.0 to 4.0.1. - [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...v4.0.1) --- updated-dependencies: - dependency-name: myst-parser[linkify] dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d724b7f..17b6c49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "ablog==0.11.6", "libgravatar==1.0.4", "matplotlib>=3.10.1", - "myst-parser[linkify]==2.0.0", + "myst-parser[linkify]==4.0.1", "shibuya==2025.2.28", "sphinx==7.2.6", "sphinx-copybutton==0.5.2",