From 41f590b2e8a64cabfb4b131eb57b1b27ddb3ffcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 19:14:27 +0200 Subject: [PATCH] build(deps-dev): bump sphinxcontrib-drawio from 0.0.16 to 0.0.17 (#236) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [sphinxcontrib-drawio](https://github.com/Modelmat/sphinxcontrib-drawio) from 0.0.16 to 0.0.17.
Release notes

Sourced from sphinxcontrib-drawio's releases.

0.0.17

What's Changed

New Contributors

Full Changelog: https://github.com/modelmat/sphinxcontrib-drawio/compare/0.0.16...0.0.17

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sphinxcontrib-drawio&package-manager=pip&previous-version=0.0.16&new-version=0.0.17)](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 338dd60..9c49c91 100644 --- a/poetry.lock +++ b/poetry.lock @@ -6074,13 +6074,13 @@ test = ["pytest"] [[package]] name = "sphinxcontrib-drawio" -version = "0.0.16" +version = "0.0.17" description = "Sphinx Extension to include draw.io files" optional = false python-versions = ">=3.6" files = [ - {file = "sphinxcontrib-drawio-0.0.16.tar.gz", hash = "sha256:2ae85d34f8ebfe66ccc4dbc779bff5ae486c0853a68fc024c1075c54358c8513"}, - {file = "sphinxcontrib_drawio-0.0.16-py3-none-any.whl", hash = "sha256:b043f75c463d527a823cd0cb418b23b49ebad96f00b3f471102524cbf3d8841c"}, + {file = "sphinxcontrib-drawio-0.0.17.tar.gz", hash = "sha256:1a3f82efd1ab4b41d1ee8dd27c296bae0944a10faca3568c462dc6b9a77748f5"}, + {file = "sphinxcontrib_drawio-0.0.17-py3-none-any.whl", hash = "sha256:c42e3fee5398da52836e8ee5c61c2f19bce947abb2d17b857057fb32137c1096"}, ] [package.dependencies] @@ -7277,4 +7277,4 @@ web-server = ["dash", "dash-auth", "dash-bootstrap-components", "matplotlib", "s [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "89f1e0dbdf78717aa06086339a738b6a7bbc09de9f7abb2813f14f34f9d6c548" +content-hash = "11e8a3d79406a081fe88308faef49cb75ca74ed8a78a0eee35feb64bd4d1e3ad" diff --git a/pyproject.toml b/pyproject.toml index 585e9dd..94c5216 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,7 @@ sphinx-git = "^11.0.0" sphinx-notfound-page = "^1.0.0" sphinx-rtd-theme = "^1.3.0" sphinx_autodoc_typehints = "*" -sphinxcontrib-drawio = "^0.0.16" +sphinxcontrib-drawio = "^0.0.17" sphinxcontrib-mermaid = "^0.9.2" sphinxcontrib-napoleon = "^0.7"