diff --git a/pyproject.toml b/pyproject.toml
index 6c5ce10373bf7c573216ae4c60f7c7b9fc6dc8e3..0ade7f6978a726808ed299f65a496daaa86ac0e3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -24,7 +24,7 @@ requests = "^2"
 [tool.poetry.dev-dependencies]
 Sphinx = "^4.5.0 || ^8.0.0"
 coverage = "^6.3.2 || ^7.0.0"
-myst-parser = "^0.17.0 || ^0.19.0 || ^1.0.0"
+myst-parser = "^0.17.0 || ^0.19.0 || ^1.0.0 || ^4.0.0"
 sphinx-rtd-theme = "^1.0.0"
 
 [build-system]