From 0fe2737968cf0fce93b3f4bcf20fae9b031cece6 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sat, 23 Nov 2024 17:40:01 +0100
Subject: [PATCH] build(deps-dev): bump mkdocstrings-python from 1.10.9 to
1.12.2 (#209)
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.10.9 to 1.12.2.
Release notes
Sourced from mkdocstrings-python's
releases.
1.12.2
1.12.2
- 2024-10-19
Compare
with 1.12.1
Bug Fixes
1.12.1
1.12.1
- 2024-10-14
Compare
with 1.12.0
Bug Fixes
- Don't escape parameter default values (9dee4d4
by Timothée Mazzucotelli). Issue-191
1.12.0
1.12.0
- 2024-10-12
Compare
with 1.11.1
Build
- Drop support for Python 3.8 (6615c91
by Timothée Mazzucotelli).
Features
- Auto-summary of members (7f9757d
by Timothée Mazzucotelli).
- Render function overloads (0f2c25c
by Timothée Mazzucotelli).
- Parameter headings, more automatic cross-references (0176b83
by Timothée Mazzucotelli).
Code Refactoring
- Declare default CSS symbol colors under :host as well (3b9dba2
by James McDonnell). PR-186
1.11.1
1.11.1
- 2024-09-03
Compare
with 1.11.0
Code Refactoring
- Prepare
relative_crossrefs
and
scoped_crossrefs
insiders features (dd8b014
by Timothée Mazzucotelli).
1.11.0
1.11.0
- 2024-09-03
Compare
with 1.10.9
... (truncated)
Changelog
Sourced from mkdocstrings-python's
changelog.
1.12.2
- 2024-10-19
Compare
with 1.12.1
Bug Fixes
1.12.1
- 2024-10-14
Compare
with 1.12.0
Bug Fixes
- Don't escape parameter default values (9dee4d4
by Timothée Mazzucotelli). Issue-191
1.12.0
- 2024-10-12
Compare
with 1.11.1
Build
- Drop support for Python 3.8 (6615c91
by Timothée Mazzucotelli).
Features
- Auto-summary of members (7f9757d
by Timothée Mazzucotelli).
- Render function overloads (0f2c25c
by Timothée Mazzucotelli).
- Parameter headings, more automatic cross-references (0176b83
by Timothée Mazzucotelli).
Code Refactoring
- Declare default CSS symbol colors under :host as well (3b9dba2
by James McDonnell). PR-186
1.11.1
- 2024-09-03
Compare
with 1.11.0
Code Refactoring
- Prepare
relative_crossrefs
and
scoped_crossrefs
insiders features (dd8b014
by Timothée Mazzucotelli).
1.11.0
- 2024-09-03
Compare
with 1.10.9
Features
- Hook into autorefs to provide context around cross-ref errors (bb4be5b
by Timothée Mazzucotelli).
Commits
1b064a0
chore: Prepare release 1.12.2
73f11dc
fix: Always render cross-references outside of signatures
e6b7542
chore: Prepare release 1.12.1
9dee4d4
fix: Don't escape parameter default values
e455022
chore: Prepare release 1.12.0
701ba60
docs: Various documentation updates
7f9757d
feat: Auto-summary of members
0f2c25c
feat: Render function overloads
0176b83
feat: Parameter headings, more automatic cross-references
b461d14
Merge branch 'main' of github.com:mkdocstrings/python
- 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.10.9&new-version=1.12.2)](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 | 14 +++++++-------
pyproject.toml | 2 +-
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/poetry.lock b/poetry.lock
index 715d91e..1bb0b9b 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1983,19 +1983,19 @@ python-legacy = ["mkdocstrings-python-legacy (>=0.2.1)"]
[[package]]
name = "mkdocstrings-python"
-version = "1.10.9"
+version = "1.12.2"
description = "A Python handler for mkdocstrings."
optional = false
-python-versions = ">=3.8"
+python-versions = ">=3.9"
files = [
- {file = "mkdocstrings_python-1.10.9-py3-none-any.whl", hash = "sha256:cbe98710a6757dfd4dff79bf36cb9731908fb4c69dd2736b15270ae7a488243d"},
- {file = "mkdocstrings_python-1.10.9.tar.gz", hash = "sha256:f344aaa47e727d8a2dc911e063025e58e2b7fb31a41110ccc3902aa6be7ca196"},
+ {file = "mkdocstrings_python-1.12.2-py3-none-any.whl", hash = "sha256:7f7d40d6db3cb1f5d19dbcd80e3efe4d0ba32b073272c0c0de9de2e604eda62a"},
+ {file = "mkdocstrings_python-1.12.2.tar.gz", hash = "sha256:7a1760941c0b52a2cd87b960a9e21112ffe52e7df9d0b9583d04d47ed2e186f3"},
]
[package.dependencies]
griffe = ">=0.49"
-mkdocs-autorefs = ">=1.0"
-mkdocstrings = ">=0.25"
+mkdocs-autorefs = ">=1.2"
+mkdocstrings = ">=0.26"
[[package]]
name = "mpmath"
@@ -4513,4 +4513,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.11,<3.13"
-content-hash = "2897c9746bf76921bf66562426680615fae0eb14a84651cff3f17c644068a0cb"
+content-hash = "ea2432451bb6229db4de6dc331018e0b2c6acd2cde26b3e399501cfd2b164fc6"
diff --git a/pyproject.toml b/pyproject.toml
index b3320a3..54e62d0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -24,7 +24,7 @@ pytest-cov = ">=5,<7"
jupyter = "^1.0.0"
mkdocs = "^1.4.2"
mkdocstrings = ">=0.20,<0.28"
-mkdocstrings-python = ">=0.8.3,<1.11.0"
+mkdocstrings-python = ">=0.8.3,<1.13.0"
mkdocs-autorefs = ">=0.4.1,<1.3.0"
mkdocs-gen-files = ">=0.4,<0.6"
mkdocs-glightbox = ">=0.3.1,<0.5.0"