File tree Expand file tree Collapse file tree
src/mkdocstrings/_internal/handlers Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,9 +34,8 @@ dependencies = [
3434 " Jinja2>=2.11.1" ,
3535 " Markdown>=3.6" ,
3636 " MarkupSafe>=1.1" ,
37- " mkdocs>=1.4 " ,
37+ " mkdocs>=1.6 " ,
3838 " mkdocs-autorefs>=1.4" ,
39- " mkdocs-get-deps>=0.2" , # TODO: Remove when we depend on mkdocs>=1.5.
4039 " pymdown-extensions>=6.3" ,
4140 " importlib-metadata>=4.6; python_version < '3.10'" ,
4241 " typing-extensions>=4.1; python_version < '3.10'" ,
Original file line number Diff line number Diff line change 1919from markdown import Markdown
2020from markdown .extensions .toc import TocTreeprocessor
2121from markupsafe import Markup
22+ from mkdocs .utils .cache import download_and_cache_url
2223from mkdocs_autorefs import AutorefsInlineProcessor
2324
24- # TODO: Replace with `from mkdocs.utils.cache import download_and_cache_url` when we depend on mkdocs>=1.5.
25- from mkdocs_get_deps .cache import download_and_cache_url
26-
2725from mkdocstrings ._internal .download import _download_url_with_gz
2826from mkdocstrings ._internal .handlers .rendering import (
2927 HeadingShiftingTreeprocessor ,
You can’t perform that action at this time.
0 commit comments