diff --git a/docs/.sphinx/requirements.txt b/docs/.sphinx/requirements.txt index 801a821..6a1e936 100644 --- a/docs/.sphinx/requirements.txt +++ b/docs/.sphinx/requirements.txt @@ -1,6 +1,6 @@ furo==2024.8.6 lxd-sphinx-extensions==0.0.16 -myst-parser==3.0.1 +myst-parser==4.0.0 pyspelling==2.10 sphinx==7.4.7 sphinx-autobuild==2024.9.19 diff --git a/pyproject.toml b/pyproject.toml index 4e1b01e..48de69d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ types = [ docs = [ "furo==2024.8.6", "lxd-sphinx-extensions==0.0.16", - "myst-parser==3.0.1", + "myst-parser==4.0.0", "pyspelling==2.10", "sphinx==7.4.7", "sphinx-autobuild==2024.9.19",