From 2c16f3c4e61b226d3ef1682383086e948ef832fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 13:39:46 +0000 Subject: [PATCH] chore(deps): bump myst-parser from 3.0.1 to 4.0.1 Bumps [myst-parser](https://github.com/executablebooks/MyST-Parser) from 3.0.1 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/v3.0.1...v4.0.1) --- updated-dependencies: - dependency-name: myst-parser dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 7a8f4d2..4d47b8d 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,5 @@ sphinx==8.1.3 sphinx-rtd-theme==3.1.0 -myst-parser==3.0.1 +myst-parser==4.0.1 sphinx-intl==2.3.2 roman==5.2 diff --git a/pyproject.toml b/pyproject.toml index 09aab14..1d8ecc8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ documentation = "https://cryptobot-python.readthedocs.io/en/latest" docs = [ "sphinx>=7.1.2,<9.0.0", "sphinx-rtd-theme>=1.3.0,<4.0.0", - "myst-parser>=2.0.0,<4.0.0", + "myst-parser>=2.0.0,<5.0.0", "sphinx-intl>=2.1.0,<3.0.0", "watchdog>=2.2.1,<6.1.0", ]