From 26d200e754b096ba59c99c7304905b688dd57020 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 12:04:46 +0200 Subject: [PATCH] build(deps-dev): Bump mkdocstrings-python from 1.6.0 to 1.7.1 (#472) 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.6.0 to 1.7.1.
Release notes

Sourced from mkdocstrings-python's releases.

1.7.1

1.7.1 - 2023-09-28

Compare with 1.7.0

Bug Fixes

Code Refactoring

1.7.0

1.7.0 - 2023-09-14

Compare with 1.6.3

Features

1.6.3

1.6.3 - 2023-09-11

Compare with 1.6.2

Bug Fixes

Code Refactoring

1.6.2

1.6.2 - 2023-09-05

Compare with 1.6.1

Bug Fixes

1.6.1

1.6.1 - 2023-09-04

Compare with 1.6.0

... (truncated)

Changelog

Sourced from mkdocstrings-python's changelog.

1.7.1 - 2023-09-28

Compare with 1.7.0

Bug Fixes

Code Refactoring

1.7.0 - 2023-09-14

Compare with 1.6.3

Features

1.6.3 - 2023-09-11

Compare with 1.6.2

Bug Fixes

Code Refactoring

1.6.2 - 2023-09-05

Compare with 1.6.1

Bug Fixes

1.6.1 - 2023-09-04

Compare with 1.6.0

Bug Fixes

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mkdocstrings-python&package-manager=pip&previous-version=1.6.0&new-version=1.7.1)](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 083b3d175..4b4c1dccc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1950,13 +1950,13 @@ python-legacy = ["mkdocstrings-python-legacy (>=0.2.1)"] [[package]] name = "mkdocstrings-python" -version = "1.6.0" +version = "1.7.1" description = "A Python handler for mkdocstrings." optional = false python-versions = ">=3.8" files = [ - {file = "mkdocstrings_python-1.6.0-py3-none-any.whl", hash = "sha256:06f116112b335114372f2554b1bf61b709c74ab72605010e1605c1086932dffe"}, - {file = "mkdocstrings_python-1.6.0.tar.gz", hash = "sha256:6164ccaa6e488abc2a8fbccdfd1f21948c2c344d3f347847783a5d1c6fa2bfbf"}, + {file = "mkdocstrings_python-1.7.1-py3-none-any.whl", hash = "sha256:cb1651fba8423324b861fe38ce881cf56f30738770a2119f007a0a4ffcb00777"}, + {file = "mkdocstrings_python-1.7.1.tar.gz", hash = "sha256:90d838dc7861674794e3ca79f64c23c5d8fa76b9aa29db834b246771964c0881"}, ] [package.dependencies] @@ -3744,4 +3744,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "55aa610a64729f60de0daec48e74b258cda1078a6e7bbbc72afee92c29562e73" +content-hash = "49545b892341fd6a2ba1b19745f1ceef3ab99fd0166102f325762816674b2f4a" diff --git a/pyproject.toml b/pyproject.toml index 44f96c593..ed1b1baec 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.7.0" +mkdocstrings-python = ">=0.8.3,<1.8.0" mkdocs-autorefs = ">=0.4.1,<0.6.0" mkdocs-gen-files = ">=0.4,<0.6" mkdocs-glightbox = "^0.3.1"