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", ]