diff --git a/pyproject.toml b/pyproject.toml index ca4476e0..1550e5ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -172,7 +172,7 @@ otel = [ docs = [ "mkdocs>=1.5.0,<2.0.0", "mkdocs-material>=9.4.0,<10.0.0", - "mkdocstrings[python]>=0.24.0,<1.0.0", + "mkdocstrings[python]>=0.24.0,<2.0.0", "mkdocs-with-pdf>=0.9.3,<1.0.0", # PDF/ePub generation "pymdown-extensions>=10.0,<11.0", ] @@ -301,7 +301,7 @@ all = [ # Documentation "mkdocs>=1.5.0,<2.0.0", "mkdocs-material>=9.4.0,<10.0.0", - "mkdocstrings[python]>=0.24.0,<1.0.0", + "mkdocstrings[python]>=0.24.0,<2.0.0", "mkdocs-with-pdf>=0.9.3,<1.0.0", "pymdown-extensions>=10.0,<11.0", # Dev tools