From ceae1e8bdfe9d884a5c56b72c76a1b2f9293308f Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 1 Sep 2023 11:56:50 +0200
Subject: [PATCH] build(deps-dev): Bump mkdocstrings-python from 1.2.1 to 1.6.0
(#465)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [mkdocstrings-python](https://github.com/mkdocstrings/python) from
1.2.1 to 1.6.0.
Release notes
Sourced from mkdocstrings-python's
releases.
1.6.0
1.6.0
- 2023-08-27
Compare
with 1.5.2
Features
- Add
doc-signature
CSS class to separate signature code
blocks (b6c648f
by Timothée Mazzucotelli).
Code Refactoring
- Add a
format_attribute
filter, preparing for cross-refs
in attribute signatures (8f0ade2
by Timothée Mazzucotelli).
1.5.2
1.5.2
- 2023-08-25
Compare
with 1.5.1
Bug Fixes
- Regression in children template: fix condition for when members are
specified (beeebff
by Timothée Mazzucotelli). [Issue #100](mkdocstrings/python#100)
- Prevent whitespace removal before highlight filter (c6f36c0
by Timothée Mazzucotelli).
Code Refactoring
- Never show full object path in ToC entry (9aa758b
by Timothée Mazzucotelli).
- Sync templates with insiders, remove useless lines (38b317f
by Timothée Mazzucotelli).
1.5.1
1.5.1
- 2023-08-24
Compare
with 1.5.0
Code Refactoring
- Never show full path in separate signature since it would appear in
the heading already (9e02049
by Timothée Mazzucotelli).
- Improve guessing whether an object is public (35eb811
by Timothée Mazzucotelli).
- Always sort modules alphabetically as source order wouldn't make
sense (70c81ce
by Timothée Mazzucotelli).
- Return anchors as a tuple, not a set, to preserve order (736a2b5
by Timothée Mazzucotelli). Related-to
#mkdocstrings/crystal#6
1.5.0
1.5.0
- 2023-08-20
Compare
with 1.4.0
Features
- Add support for new Griffe docstring sections: modules, classes, and
functions (methods) (d5337af
by Timothée Mazzucotelli).
1.4.0
... (truncated)
Changelog
Sourced from mkdocstrings-python's
changelog.
1.6.0
- 2023-08-27
Compare
with 1.5.2
Features
- Add
doc-signature
CSS class to separate signature code
blocks (b6c648f
by Timothée Mazzucotelli).
Code Refactoring
- Add a
format_attribute
filter, preparing for cross-refs
in attribute signatures (8f0ade2
by Timothée Mazzucotelli).
1.5.2
- 2023-08-25
Compare
with 1.5.1
Bug Fixes
- Regression in children template: fix condition for when members are
specified (beeebff
by Timothée Mazzucotelli). [Issue #100](mkdocstrings/python#100)
- Prevent whitespace removal before highlight filter (c6f36c0
by Timothée Mazzucotelli).
Code Refactoring
- Never show full object path in ToC entry (9aa758b
by Timothée Mazzucotelli).
- Sync templates with insiders, remove useless lines (38b317f
by Timothée Mazzucotelli).
1.5.1
- 2023-08-24
Compare
with 1.5.0
Code Refactoring
- Never show full path in separate signature since it would appear in
the heading already (9e02049
by Timothée Mazzucotelli).
- Improve guessing whether an object is public (35eb811
by Timothée Mazzucotelli).
- Always sort modules alphabetically as source order wouldn't make
sense (70c81ce
by Timothée Mazzucotelli).
- Return anchors as a tuple, not a set, to preserve order (736a2b5
by Timothée Mazzucotelli). Related-to
#mkdocstrings/crystal#6
1.5.0
- 2023-08-20
Compare
with 1.4.0
Features
- Add support for new Griffe docstring sections: modules, classes, and
functions (methods) (d5337af
by Timothée Mazzucotelli).
1.4.0
- 2023-08-18
Compare
with 1.3.0
Features
... (truncated)
Commits
cc3a489
chore: Prepare release 1.6.0
b6c648f
feat: Add doc-signature
CSS class to separate signature
code blocks
8f0ade2
refactor: Add a format_attribute
filter, preparing for
cross-refs in attrib...
d56ebcc
chore: Prepare release 1.5.2
beeebff
fix: Regression in children template: fix condition for when members are
spec...
9aa758b
refactor: Never show full object path in ToC entry
38b317f
refactor: Sync templates with insiders, remove useless lines
c6f36c0
fix: Prevent whitespace removal before highlight filter
d3eee03
chore: Prepare release 1.5.1
9e02049
refactor: Never show full path in separate signature since it would
appear in...
- Additional commits viewable in compare
view
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mkdocstrings-python&package-manager=pip&previous-version=1.2.1&new-version=1.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
poetry.lock | 16 ++++++++--------
pyproject.toml | 2 +-
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/poetry.lock b/poetry.lock
index 28d12dc7b..535f3007f 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -703,13 +703,13 @@ dev = ["flake8", "markdown", "twine", "wheel"]
[[package]]
name = "griffe"
-version = "0.32.3"
+version = "0.35.2"
description = "Signatures for entire Python programs. Extract the structure, the frame, the skeleton of your project, to generate API documentation or find breaking changes in your API."
optional = false
python-versions = ">=3.8"
files = [
- {file = "griffe-0.32.3-py3-none-any.whl", hash = "sha256:d9471934225818bf8f309822f70451cc6abb4b24e59e0bb27402a45f9412510f"},
- {file = "griffe-0.32.3.tar.gz", hash = "sha256:14983896ad581f59d5ad7b6c9261ff12bdaa905acccc1129341d13e545da8521"},
+ {file = "griffe-0.35.2-py3-none-any.whl", hash = "sha256:9650d6d0369c22f29f2c1bec9548ddc7f448f8ca38698a5799f92f736824e749"},
+ {file = "griffe-0.35.2.tar.gz", hash = "sha256:84ecfe3df17454993b8dd485201566609ac6706a2eb22e3f402da2a39f9f6b5f"},
]
[package.dependencies]
@@ -1801,17 +1801,17 @@ python-legacy = ["mkdocstrings-python-legacy (>=0.2.1)"]
[[package]]
name = "mkdocstrings-python"
-version = "1.2.1"
+version = "1.6.0"
description = "A Python handler for mkdocstrings."
optional = false
python-versions = ">=3.8"
files = [
- {file = "mkdocstrings_python-1.2.1-py3-none-any.whl", hash = "sha256:7c08f33e9ba7b1655e9cf0608eba3ce7a9513bd8b42a68a8d24ffaf4a6a50cfc"},
- {file = "mkdocstrings_python-1.2.1.tar.gz", hash = "sha256:ae40825b3b676a94626882901ed9c8fcf9a7f0330e466ffe37ce15c525987aa9"},
+ {file = "mkdocstrings_python-1.6.0-py3-none-any.whl", hash = "sha256:06f116112b335114372f2554b1bf61b709c74ab72605010e1605c1086932dffe"},
+ {file = "mkdocstrings_python-1.6.0.tar.gz", hash = "sha256:6164ccaa6e488abc2a8fbccdfd1f21948c2c344d3f347847783a5d1c6fa2bfbf"},
]
[package.dependencies]
-griffe = ">=0.30"
+griffe = ">=0.35"
mkdocstrings = ">=0.20"
[[package]]
@@ -3557,4 +3557,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
-content-hash = "005fc1c61a71849a52c9355e54353b92a8a43b7163d273117f114b23560cb365"
+content-hash = "37c0854685d503d1e8544ebcd9bd2c2944f4fdb0ed829a0797e90a152b96d053"
diff --git a/pyproject.toml b/pyproject.toml
index fd878e564..258e6187f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -32,7 +32,7 @@ pytest-cov = "^4.0.0"
jupyter = "^1.0.0"
mkdocs = "^1.4.2"
mkdocstrings = ">=0.20,<0.23"
-mkdocstrings-python = ">=0.8.3,<1.3.0"
+mkdocstrings-python = ">=0.8.3,<1.7.0"
mkdocs-autorefs = "^0.4.1"
mkdocs-gen-files = ">=0.4,<0.6"
mkdocs-glightbox = "^0.3.1"