diff --git a/docs/requirements.txt b/docs/requirements.txt index 9560b4d..4f749fd 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,6 +1,6 @@ sphinx==7.4.7 sphinx-rtd-theme==3.0.2 -myst-parser==4.0.1 +myst-parser==5.1.0 sphinx-copybutton==0.5.2 sphinx-design==0.6.1 sphinxcontrib-mermaid==1.0.0 diff --git a/pyproject.toml b/pyproject.toml index 035a080..aa66ece 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -174,7 +174,7 @@ dev = ["pytest>=8.0", "pytest-asyncio>=0.23", "pytest-cov>=5.0", "httpx>=0.27", docs = [ "sphinx>=7.3,<9", "sphinx-rtd-theme>=2.0,<4", - "myst-parser>=3.0,<5", + "myst-parser>=3.0,<6", "sphinx-copybutton>=0.5.2", "sphinx-design>=0.6.0", "sphinxcontrib-mermaid>=0.9.2",