diff --git a/pyproject.toml b/pyproject.toml index 63daa3a..75532eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,11 +34,11 @@ markdown = [ "matplotlib" ] docs = [ - "mkdocs==1.5.2", - "mkdocs-gen-files==0.5.0", - "mkdocs-material==9.3.1", - "mkdocs-section-index==0.3.6", - "mkdocstrings-python==1.6.3" + "mkdocs>=1.5.2,<2", + "mkdocs-gen-files>=0.5.0,<1", + "mkdocs-material>=9.3.1,<10", + "mkdocs-section-index>=0.3.6,<1", + "mkdocstrings-python>=1.6.3,<2" ] tests = [ "dvc-render[table,markdown]",