From c898cc446e3a640af740889673ba07827a216f54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 05:54:37 +0000 Subject: [PATCH] Update mkdocs-autorefs requirement from <1.3.0 to <1.5.0 Updates the requirements on [mkdocs-autorefs](https://github.com/mkdocstrings/autorefs) to permit the latest version. - [Release notes](https://github.com/mkdocstrings/autorefs/releases) - [Changelog](https://github.com/mkdocstrings/autorefs/blob/main/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/autorefs/compare/0.1.0...1.4.0) --- updated-dependencies: - dependency-name: mkdocs-autorefs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 48b36b3f..01a5d9ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ charts = [ docs = [ 'mkdocs', # Static site generator 'mkdocs-material', # Documentation framework on top of MkDocs - 'mkdocs-autorefs<1.3.0', # MkDocs: Auto-references support. 1.3.0 => DeprecationWarning: Setting a fallback anchor function is deprecated and ... + 'mkdocs-autorefs<1.5.0', # MkDocs: Auto-references support. 1.3.0 => DeprecationWarning: Setting a fallback anchor function is deprecated and ... 'mkdocs-jupyter', # MkDocs: Jupyter notebook support 'mkdocs-plugin-inline-svg', # MkDocs: Inline SVG support 'mkdocs-markdownextradata-plugin', # MkDocs: Markdown extra data support, such as global variables