diff --git a/docs/requirements.txt b/docs/requirements.txt index e996a0b..fc73585 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,4 @@ -mkdocs-material -mkdocstrings -mkdocstrings-python -mkdocs-material[imaging] -black \ No newline at end of file +mkdocstrings>=1.0.0 +mkdocstrings-python>=2.0.1 +mkdocs-material[imaging]>=9.7.1 +black>=25.12.0 \ No newline at end of file