build(deps-dev): bump dashvis from 0.1.9 to 0.1.11 (#551)

Bumps [dashvis](https://github.com/lewkoo/dashvis) from 0.1.9 to 0.1.11.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/lewkoo/dashvis/releases">dashvis's
releases</a>.</em></p>
<blockquote>
<p>Release 0.1.11</p>
<p>Adding the ability to batch cluster nodes</p>
<h2>Release 0.1.10</h2>
<p>Merge pull request <a
href="https://redirect.github.com/lewkoo/dashvis/issues/16">#16</a> from
lewkoo/develop</p>
<p>Release 0.1.10</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c598510bcb"><code>c598510</code></a>
Release 0.1.11</li>
<li><a
href="cdeb63d322"><code>cdeb63d</code></a>
Adding the ability to batch cluster nodes</li>
<li><a
href="c9876cd5be"><code>c9876cd</code></a>
Merge pull request <a
href="https://redirect.github.com/lewkoo/dashvis/issues/16">#16</a> from
lewkoo/develop</li>
<li><a
href="7e72174b36"><code>7e72174</code></a>
Fixing issues with clustering</li>
<li>See full diff in <a
href="https://github.com/lewkoo/dashvis/compare/0.1.9...0.1.11">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=dashvis&package-manager=pip&previous-version=0.1.9&new-version=0.1.11)](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)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 <dependency name> 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)


</details>
This commit is contained in:
github-actions[bot] 2024-01-10 20:08:28 +01:00 committed by GitHub
commit 8e1aa411ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
poetry.lock generated
View File

@ -1252,13 +1252,13 @@ files = [
[[package]] [[package]]
name = "dashvis" name = "dashvis"
version = "0.1.9" version = "0.1.11"
description = "Dash Plotly implementation of vis.js library" description = "Dash Plotly implementation of vis.js library"
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.8"
files = [ files = [
{file = "dashvis-0.1.9-py3-none-any.whl", hash = "sha256:9c4441fa290885da9bd020b8ebc5bf644f9053ecc4c3a1cc431056347e30bccb"}, {file = "dashvis-0.1.11-py3-none-any.whl", hash = "sha256:4b39c9eab15ad3c5dc8c80a03e1f0d97f8cfb623a5d20c89115c5437dacd6562"},
{file = "dashvis-0.1.9.tar.gz", hash = "sha256:161ca350b26082455e4b0af8db9a3a0ad7af55c23024cb297ff0cfe37205c142"}, {file = "dashvis-0.1.11.tar.gz", hash = "sha256:488e6092dc4df3a3d7e185b14c1122fccda414d66541f0346ff2a24633fcf5f1"},
] ]
[[package]] [[package]]