From bd1cb792582ef57132724f2aa5b587bef5c8abf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 09:24:31 +0100 Subject: [PATCH] build(deps-dev): Bump mkdocstrings-python from 1.7.5 to 1.8.0 (#129) 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.7.5 to 1.8.0.
Release notes

Sourced from mkdocstrings-python's releases.

1.8.0

1.8.0 - 2024-01-08

Compare with 1.7.5

Features

See the complete list of features and projects here: https://pawamoy.github.io/insiders/#500-plasmavac-user-guide.

Changelog

Sourced from mkdocstrings-python's changelog.

1.8.0 - 2024-01-08

Compare with 1.7.5

Features

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mkdocstrings-python&package-manager=pip&previous-version=1.7.5&new-version=1.8.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 | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index c8ee980..d183b49 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2035,13 +2035,13 @@ python-legacy = ["mkdocstrings-python-legacy (>=0.2.1)"] [[package]] name = "mkdocstrings-python" -version = "1.7.5" +version = "1.8.0" description = "A Python handler for mkdocstrings." optional = false python-versions = ">=3.8" files = [ - {file = "mkdocstrings_python-1.7.5-py3-none-any.whl", hash = "sha256:5f6246026353f0c0785135db70c3fe9a5d9318990fc7ceb11d62097b8ffdd704"}, - {file = "mkdocstrings_python-1.7.5.tar.gz", hash = "sha256:c7d143728257dbf1aa550446555a554b760dcd40a763f077189d298502b800be"}, + {file = "mkdocstrings_python-1.8.0-py3-none-any.whl", hash = "sha256:4209970cc90bec194568682a535848a8d8489516c6ed4adbe58bbc67b699ca9d"}, + {file = "mkdocstrings_python-1.8.0.tar.gz", hash = "sha256:1488bddf50ee42c07d9a488dddc197f8e8999c2899687043ec5dd1643d057192"}, ] [package.dependencies] @@ -4183,4 +4183,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11,<3.12" -content-hash = "9cfcfd3c4912a51b1349be285ff74016268c7306774637bc48f1ede3d8ec22af" +content-hash = "2964554311358b9cea87498539453bd3edc49b3dcd6484925b682f232252d6fa" diff --git a/pyproject.toml b/pyproject.toml index 2f613e3..9447466 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ pytest-cov = "^4.0.0" jupyter = "^1.0.0" mkdocs = "^1.4.2" mkdocstrings = ">=0.20,<0.25" -mkdocstrings-python = ">=0.8.3,<1.8.0" +mkdocstrings-python = ">=0.8.3,<1.9.0" mkdocs-autorefs = ">=0.4.1,<0.6.0" mkdocs-gen-files = ">=0.4,<0.6" mkdocs-glightbox = "^0.3.1"