Skip to content

Commit ebab01e

Browse files
Update mkdocstrings[python] requirement from ~=0.30.0 to ~=1.0 in the python-dependencies-dev group across 1 directory (#648)
* Update mkdocstrings[python] requirement Updates the requirements on [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) to permit the latest version. Updates `mkdocstrings[python]` to 1.0.0 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.30.0...1.0.0) --- updated-dependencies: - dependency-name: mkdocstrings[python] dependency-version: 1.0.0 dependency-type: direct:development dependency-group: python-dependencies-dev ... Signed-off-by: dependabot[bot] <[email protected]> * Use at minimum mkdocstrings v1 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Casper Welzel Andersen <[email protected]>
1 parent 4c6ee43 commit ebab01e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ docs = [
4545
"mkdocs-autorefs~=1.4",
4646
"mkdocs-awesome-pages-plugin~=2.10",
4747
"mkdocs-material~=9.6",
48-
"mkdocstrings[python]~=0.30.0",
48+
"mkdocstrings[python]~=1.0",
4949
]
5050
testing = [
5151
"ase~=3.24",

0 commit comments

Comments
 (0)