From fa0acc22b278cfcd9c42410491733b305b8d652b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 04:43:06 +0000 Subject: [PATCH 1/3] Update mkdocstrings[python] requirement Updates the requirements on [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) to permit the latest version. Updates `mkdocstrings[python]` to 0.27.0 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/mkdocstrings/compare/0.26.0...0.27.0) --- updated-dependencies: - dependency-name: mkdocstrings[python] dependency-type: direct:production dependency-group: python-dependencies-legacy ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d644c0a5..4881bfd0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ docs = [ "mkdocs-autorefs~=1.2", "mkdocs-awesome-pages-plugin~=2.9", "mkdocs-material>=9.5.5,<10", - "mkdocstrings[python]~=0.26.0", + "mkdocstrings[python]>=0.26,<0.28", ] testing = [ "ase~=3.23.0", From 31daece955557aef366877ee26d82e7c528ff69d Mon Sep 17 00:00:00 2001 From: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com> Date: Mon, 11 Nov 2024 11:05:49 +0100 Subject: [PATCH 2/3] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4881bfd0..8b3ca561 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ docs = [ "mkdocs-autorefs~=1.2", "mkdocs-awesome-pages-plugin~=2.9", "mkdocs-material>=9.5.5,<10", - "mkdocstrings[python]>=0.26,<0.28", + "mkdocstrings[python]~=0.27", ] testing = [ "ase~=3.23.0", From e667fed02e894a9ecbedfd87ff751ed0aa6d8a78 Mon Sep 17 00:00:00 2001 From: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com> Date: Mon, 11 Nov 2024 11:07:15 +0100 Subject: [PATCH 3/3] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8b3ca561..6f43e86a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ docs = [ "mkdocs-autorefs~=1.2", "mkdocs-awesome-pages-plugin~=2.9", "mkdocs-material>=9.5.5,<10", - "mkdocstrings[python]~=0.27", + "mkdocstrings[python]~=0.27.0", ] testing = [ "ase~=3.23.0",