From eda940ae1f39868bb7851412ea2cc4a15337af0d Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 26 Apr 2024 18:11:23 +0200
Subject: [PATCH] build(deps-dev): bump mkdocstrings-python from 1.9.0 to
1.10.0 (#152)
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.9.0 to 1.10.0.
Release notes
Sourced from mkdocstrings-python's
releases.
1.10.0
1.10.0
- 2024-04-19
Compare
with 1.9.2
Features
- Add CSS classes
doc-section-title
and
doc-section-item
in docstring sections (d6e1d68
by Timothée Mazzucotelli). Issue-17
Bug Fixes
- Render enumeration instance name instead of just "value",
allowing proper cross-reference (11d81d8
by Timothée Mazzucotelli). Issue-124
1.9.2
1.9.2
- 2024-04-02
Compare
with 1.9.1
Dependencies
- Remove cap on Python-Markdown 3.6 now that ToC labels are fixed by
mkdocstrings (0c1e2c1
by Timothée Mazzucotelli).
1.9.1
1.9.1
- 2024-04-02
Compare
with 1.9.0
Bug Fixes
- Don't try loading packages from relative paths (bd73497
by Timothée Mazzucotelli). Issue-145
Code Refactoring
- Allow first name in a separate signature to be highlighted as a
function name (f798a1e
by Timothée Mazzucotelli).
- Maintain original Pygments color for cross-refs in signatures (7c8b885
by Timothée Mazzucotelli).
Changelog
Sourced from mkdocstrings-python's
changelog.
1.10.0
- 2024-04-19
Compare
with 1.9.2
Features
- Add CSS classes
doc-section-title
and
doc-section-item
in docstring sections (d6e1d68
by Timothée Mazzucotelli). Issue-17
Bug Fixes
- Render enumeration instance name instead of just "value",
allowing proper cross-reference (11d81d8
by Timothée Mazzucotelli). Issue-124
1.9.2
- 2024-04-02
Compare
with 1.9.1
Dependencies
- Remove cap on Python-Markdown 3.6 now that ToC labels are fixed by
mkdocstrings (0c1e2c1
by Timothée Mazzucotelli).
1.9.1
- 2024-04-02
Compare
with 1.9.0
Bug Fixes
- Don't try loading packages from relative paths (bd73497
by Timothée Mazzucotelli). Issue-145
Code Refactoring
- Allow first name in a separate signature to be highlighted as a
function name (f798a1e
by Timothée Mazzucotelli).
- Maintain original Pygments color for cross-refs in signatures (7c8b885
by Timothée Mazzucotelli).
Commits
98e9796
chore: Prepare release 1.10.0
11d81d8
fix: Render enumeration instance name instead of just "value",
allowing prope...
9f8456a
docs: Improve docs about CSS customization
d6e1d68
feat: Add CSS classes doc-section-title
and
doc-section-item
in docstring...
0a2e917
chore: Prepare release 1.9.2
0c1e2c1
deps: Remove cap on Python-Markdown 3.6 now that ToC labels are fixed by
mkdo...
d3b05ad
chore: Prepare release 1.9.1
bd73497
fix: Don't try loading packages from relative paths
3cf7055
docs: Fix link to Griffe extension in insiders page
f798a1e
refactor: Allow first name in a separate signature to be highlighted as
a fun...
- 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.9.0&new-version=1.10.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 | 19 +++++++++----------
pyproject.toml | 2 +-
2 files changed, 10 insertions(+), 11 deletions(-)
diff --git a/poetry.lock b/poetry.lock
index 87f7e78..e8fdd1b 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -808,13 +808,13 @@ dev = ["flake8", "markdown", "twine", "wheel"]
[[package]]
name = "griffe"
-version = "0.38.1"
+version = "0.44.0"
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.38.1-py3-none-any.whl", hash = "sha256:334c79d3b5964ade65c05dfcaf53518c576dedd387aaba5c9fd71212f34f1483"},
- {file = "griffe-0.38.1.tar.gz", hash = "sha256:bd68d7da7f3d87bc57eb9962b250db123efd9bbcc06c11c1a91b6e583b2a9361"},
+ {file = "griffe-0.44.0-py3-none-any.whl", hash = "sha256:8a4471c469ba980b87c843f1168850ce39d0c1d0c7be140dca2480f76c8e5446"},
+ {file = "griffe-0.44.0.tar.gz", hash = "sha256:34aee1571042f9bf00529bc715de4516fb6f482b164e90d030300601009e0223"},
]
[package.dependencies]
@@ -2047,19 +2047,18 @@ python-legacy = ["mkdocstrings-python-legacy (>=0.2.1)"]
[[package]]
name = "mkdocstrings-python"
-version = "1.9.0"
+version = "1.10.0"
description = "A Python handler for mkdocstrings."
optional = false
python-versions = ">=3.8"
files = [
- {file = "mkdocstrings_python-1.9.0-py3-none-any.whl", hash = "sha256:fad27d7314b4ec9c0359a187b477fb94c65ef561fdae941dca1b717c59aae96f"},
- {file = "mkdocstrings_python-1.9.0.tar.gz", hash = "sha256:6e1a442367cf75d30cf69774cbb1ad02aebec58bfff26087439df4955efecfde"},
+ {file = "mkdocstrings_python-1.10.0-py3-none-any.whl", hash = "sha256:ba833fbd9d178a4b9d5cb2553a4df06e51dc1f51e41559a4d2398c16a6f69ecc"},
+ {file = "mkdocstrings_python-1.10.0.tar.gz", hash = "sha256:71678fac657d4d2bb301eed4e4d2d91499c095fd1f8a90fa76422a87a5693828"},
]
[package.dependencies]
-griffe = ">=0.37"
-markdown = ">=3.3,<3.6"
-mkdocstrings = ">=0.20"
+griffe = ">=0.44"
+mkdocstrings = ">=0.24.2"
[[package]]
name = "mpmath"
@@ -4388,4 +4387,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.11,<3.12"
-content-hash = "ef601d2e03ca04c304e82f61a85f7498a6928b486faa32ffb020a417980dad1c"
+content-hash = "7f7e6729767feac207fc6d3ba9f0ad6a5f4415f6fedfa457786cd837617bc348"
diff --git a/pyproject.toml b/pyproject.toml
index 2392fce..5141942 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -24,7 +24,7 @@ pytest-cov = "^5.0.0"
jupyter = "^1.0.0"
mkdocs = "^1.4.2"
mkdocstrings = ">=0.20,<0.25"
-mkdocstrings-python = ">=0.8.3,<1.10.0"
+mkdocstrings-python = ">=0.8.3,<1.11.0"
mkdocs-autorefs = ">=0.4.1,<1.1.0"
mkdocs-gen-files = ">=0.4,<0.6"
mkdocs-glightbox = "^0.3.1"