Forráskód Böngészése

Bump nicegui-highcharts from 2.0.2 to 2.1.0 (#4362)

Bumps
[nicegui-highcharts](https://github.com/zauberzeug/nicegui-highcharts)
from 2.0.2 to 2.1.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/zauberzeug/nicegui-highcharts/releases">nicegui-highcharts's
releases</a>.</em></p>
<blockquote>
<h2>v2.1.0</h2>
<h3>New feature</h3>
<ul>
<li>Enable dynamic property conversion (<a
href="https://redirect.github.com/zauberzeug/nicegui-highcharts/issues/15">#15</a>
by <a href="https://github.com/xaptronic"><code>@​xaptronic</code></a>,
<a
href="https://github.com/falkoschindler"><code>@​falkoschindler</code></a>):
<pre lang="py"><code>ui.highchart({
    ...
'yAxis': {'labels': {':formatter': '(params) =&gt; `${100 *
params.value}%`'}},
    ...
})
</code></pre>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/zauberzeug/nicegui-highcharts/commit/e05701c85eea182c359e0848ecb043e3a14c8bbb"><code>e05701c</code></a>
enable dynamic property conversion (<a
href="https://redirect.github.com/zauberzeug/nicegui-highcharts/issues/15">#15</a>)</li>
<li><a
href="https://github.com/zauberzeug/nicegui-highcharts/commit/a18aef22140e6ba115b2b24ef8d0095bbbe7ba6f"><code>a18aef2</code></a>
Update pyproject.toml</li>
<li>See full diff in <a
href="https://github.com/zauberzeug/nicegui-highcharts/compare/v2.0.2...v2.1.0">compare
view</a></li>
</ul>
</details>
<br />


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

---

<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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 3 hónapja
szülő
commit
9836818a6a
1 módosított fájl, 3 hozzáadás és 3 törlés
  1. 3 3
      poetry.lock

+ 3 - 3
poetry.lock

@@ -1710,13 +1710,13 @@ pyspark = ["pyspark (>=3.5.0)"]
 
 
 [[package]]
 [[package]]
 name = "nicegui-highcharts"
 name = "nicegui-highcharts"
-version = "2.0.2"
+version = "2.1.0"
 description = "Add Highcharts elements to your NiceGUI app."
 description = "Add Highcharts elements to your NiceGUI app."
 optional = true
 optional = true
 python-versions = "<4.0,>=3.8"
 python-versions = "<4.0,>=3.8"
 files = [
 files = [
-    {file = "nicegui_highcharts-2.0.2-py3-none-any.whl", hash = "sha256:9004ce220bf24e37064f40fe1da38cfbd905cb92c650f31efa7abdc838c0a805"},
-    {file = "nicegui_highcharts-2.0.2.tar.gz", hash = "sha256:3240790086ce7c87171e8ab1e4e59bb2496ad0028b2b6df8da9961f5f428b5af"},
+    {file = "nicegui_highcharts-2.1.0-py3-none-any.whl", hash = "sha256:09e437caa31a434497b6b82cd0d9c1100982fca87549182a4b853f0e98c9c95b"},
+    {file = "nicegui_highcharts-2.1.0.tar.gz", hash = "sha256:343833f508304cd5df938cffc35fc6f2340d4250b50f2a7be5161469f5429a58"},
 ]
 ]
 
 
 [package.dependencies]
 [package.dependencies]