Update plotly requirement from ~=5.8.0 to ~=5.10.0 #26

Closed
dependabot[bot] wants to merge 1 commits from dependabot/pip/plotly-approx-eq-5.10.0 into main
dependabot[bot] commented 2022-08-11 21:41:01 +00:00 (Migrated from github.com)

Updates the requirements on plotly to permit the latest version.

Release notes

Sourced from plotly's releases.

v5.10.0

Updated

  • Updated Plotly.js to from version 2.12.1 to version 2.14.0. See the plotly.js CHANGELOG for more information. Notable changes include:
    • Add support for sankey links with arrows
    • Add selections, newselection and activeselection layout attributes to have persistent and editable selections over cartesian subplots
    • Add unselected.line.color and unselected.line.opacity options to parcoords trace
    • Display Plotly's new logo in the modebar
Changelog

Sourced from plotly's changelog.

[5.10.0] - 2022-08-11

Updated

  • Updated Plotly.js to from version 2.12.1 to version 2.14.0. See the plotly.js CHANGELOG for more information. Notable changes include:
    • Add support for sankey links with arrows
    • Add selections, newselection and activeselection layout attributes to have persistent and editable selections over cartesian subplots
    • Add unselected.line.color and unselected.line.opacity options to parcoords trace
    • Display Plotly's new logo in the modebar

[5.9.0] - 2022-06-23

Added

  • pattern_shape options now available in px.timeline() #3774
  • facet_* and category_orders now available in px.pie() #3775

Performance

  • px methods no longer call groupby on the input dataframe when the result would be a single group, and no longer groups by a lambda, for significant speedups #3765 with thanks to @​jvdd

Updated

  • Allow non-string extras in flaglist attributes, to support upcoming changes to ax.automargin in plotly.js plotly.js#6193, #3749

[5.8.2] - 2022-06-10

Fixed

  • Fixed a syntax error that caused rendering issues in Databricks notebooks and likely elsewhere. #3763 with thanks to @​fwetdb

[5.8.1] - 2022-06-08

(no changes, due to a mixup with the build process!)

[5.8.0] - 2022-05-09

Fixed

  • Improve support for type checking and IDE auto-completion by bypassing lazy-loading when type checking. #3425 with thanks to @​JP-Ellis
  • line dash-style validators are now correctly used everywhere so that values like 10px 2px are accepted #3722
  • Resolved various deprecation warning messages and compatibility issues with upstream dependencies and Python 3.11, plus removed dependency on six, with thanks to @​maresb, @​hugovk, @​tirkarthi, @​martinRenou, and @​BjoernLudwigPTB
  • Better support for MathJax 3 #3706

Added

  • Type annotations for Plotly Express functions and chainable go.Figure methods, for better IDE auto-completion #3708

Updated

  • Updated Plotly.js to from version 2.11.1 to version 2.12.1. See the plotly.js CHANGELOG for more information. Notable changes include:
    • Add minor ticks to cartesian axes

... (truncated)

Commits
  • 473c263 bump plotly.js to 2.14.0
  • f9bd7da Merge branch 'master' into release-5.10.0
  • 843b685 version changes for v5.10.0
  • a5f44e3 Merge pull request #3822 from plotly/dependabot/npm_and_yarn/packages/javascr...
  • 40729ac Merge pull request #3819 from plotly/dependabot/npm_and_yarn/packages/javascr...
  • 2d00be3 Merge pull request #3794 from plotly/dependabot/npm_and_yarn/packages/javascr...
  • 4823ed3 Bump shell-quote in /packages/javascript/jupyterlab-plotly
  • 90e540a Bump terser in /packages/javascript/jupyterlab-plotly
  • 7416be0 Bump moment in /packages/javascript/jupyterlab-plotly
  • 04cde13 Merge pull request #3818 from plotly/docs-5-10
  • Additional commits viewable in compare view

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 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 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)
Updates the requirements on [plotly](https://github.com/plotly/plotly.py) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/plotly/plotly.py/releases">plotly's releases</a>.</em></p> <blockquote> <h2>v5.10.0</h2> <h3>Updated</h3> <ul> <li>Updated Plotly.js to from version 2.12.1 to version 2.14.0. See the <a href="https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#2140----2022-08-10">plotly.js CHANGELOG</a> for more information. Notable changes include: <ul> <li>Add support for <code>sankey</code> links with arrows</li> <li>Add <code>selections</code>, <code>newselection</code> and <code>activeselection</code> layout attributes to have persistent and editable selections over cartesian subplots</li> <li>Add <code>unselected.line.color</code> and <code>unselected.line.opacity</code> options to <code>parcoords</code> trace</li> <li>Display Plotly's new logo in the modebar</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md">plotly's changelog</a>.</em></p> <blockquote> <h2>[5.10.0] - 2022-08-11</h2> <h3>Updated</h3> <ul> <li>Updated Plotly.js to from version 2.12.1 to version 2.14.0. See the <a href="https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#2140----2022-08-10">plotly.js CHANGELOG</a> for more information. Notable changes include: <ul> <li>Add support for <code>sankey</code> links with arrows</li> <li>Add <code>selections</code>, <code>newselection</code> and <code>activeselection</code> layout attributes to have persistent and editable selections over cartesian subplots</li> <li>Add <code>unselected.line.color</code> and <code>unselected.line.opacity</code> options to <code>parcoords</code> trace</li> <li>Display Plotly's new logo in the modebar</li> </ul> </li> </ul> <h2>[5.9.0] - 2022-06-23</h2> <h3>Added</h3> <ul> <li><code>pattern_shape</code> options now available in <code>px.timeline()</code> <a href="https://github-redirect.dependabot.com/plotly/plotly.py/pull/3774">#3774</a></li> <li><code>facet_*</code> and <code>category_orders</code> now available in <code>px.pie()</code> <a href="https://github-redirect.dependabot.com/plotly/plotly.py/pull/3775">#3775</a></li> </ul> <h3>Performance</h3> <ul> <li><code>px</code> methods no longer call <code>groupby</code> on the input dataframe when the result would be a single group, and no longer groups by a lambda, for significant speedups <a href="https://github-redirect.dependabot.com/plotly/plotly.py/pull/3765">#3765</a> with thanks to <a href="https://github.com/jvdd"><code>@​jvdd</code></a></li> </ul> <h3>Updated</h3> <ul> <li>Allow non-string extras in <code>flaglist</code> attributes, to support upcoming changes to <code>ax.automargin</code> in plotly.js <a href="https://github-redirect.dependabot.com/plotly/plotly.js/pull/6193">plotly.js#6193</a>, <a href="https://github-redirect.dependabot.com/plotly/plotly.py/pull/3749">#3749</a></li> </ul> <h2>[5.8.2] - 2022-06-10</h2> <h3>Fixed</h3> <ul> <li>Fixed a syntax error that caused rendering issues in Databricks notebooks and likely elsewhere. <a href="https://github-redirect.dependabot.com/plotly/plotly.py/pull/3763">#3763</a> with thanks to <a href="https://github.com/fwetdb"><code>@​fwetdb</code></a></li> </ul> <h2>[5.8.1] - 2022-06-08</h2> <p>(no changes, due to a mixup with the build process!)</p> <h2>[5.8.0] - 2022-05-09</h2> <h3>Fixed</h3> <ul> <li>Improve support for type checking and IDE auto-completion by bypassing lazy-loading when type checking. <a href="https://github-redirect.dependabot.com/plotly/plotly.py/pull/3425">#3425</a> with thanks to <a href="https://github.com/JP-Ellis"><code>@​JP-Ellis</code></a></li> <li>line dash-style validators are now correctly used everywhere so that values like <code>10px 2px</code> are accepted <a href="https://github-redirect.dependabot.com/plotly/plotly.py/pull/3722">#3722</a></li> <li>Resolved various deprecation warning messages and compatibility issues with upstream dependencies and Python 3.11, plus removed dependency on <code>six</code>, with thanks to <a href="https://github.com/maresb"><code>@​maresb</code></a>, <a href="https://github.com/hugovk"><code>@​hugovk</code></a>, <a href="https://github.com/tirkarthi"><code>@​tirkarthi</code></a>, <a href="https://github.com/martinRenou"><code>@​martinRenou</code></a>, and <a href="https://github.com/BjoernLudwigPTB"><code>@​BjoernLudwigPTB</code></a></li> <li>Better support for MathJax 3 <a href="https://github-redirect.dependabot.com/plotly/plotly.py/pull/3706">#3706</a></li> </ul> <h3>Added</h3> <ul> <li>Type annotations for Plotly Express functions and chainable <code>go.Figure</code> methods, for better IDE auto-completion <a href="https://github-redirect.dependabot.com/plotly/plotly.py/pull/3708">#3708</a></li> </ul> <h3>Updated</h3> <ul> <li>Updated Plotly.js to from version 2.11.1 to version 2.12.1. See the <a href="https://github.com/plotly/plotly.js/blob/v2.12.1/CHANGELOG.md#2121----2022-05-09">plotly.js CHANGELOG</a> for more information. Notable changes include: <ul> <li>Add <code>minor</code> ticks to cartesian axes</li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/plotly/plotly.py/commit/473c263e5e133e5693863baa668751b85900dc11"><code>473c263</code></a> bump plotly.js to 2.14.0</li> <li><a href="https://github.com/plotly/plotly.py/commit/f9bd7da02fadbe0e0d2284bee169578bd93dd616"><code>f9bd7da</code></a> Merge branch 'master' into release-5.10.0</li> <li><a href="https://github.com/plotly/plotly.py/commit/843b68506a5931d1a0a73617e86281fc643df046"><code>843b685</code></a> version changes for v5.10.0</li> <li><a href="https://github.com/plotly/plotly.py/commit/a5f44e34310f23ab35e1c54bc60663fcca9fbe2d"><code>a5f44e3</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/plotly/plotly.py/issues/3822">#3822</a> from plotly/dependabot/npm_and_yarn/packages/javascr...</li> <li><a href="https://github.com/plotly/plotly.py/commit/40729acbbeb02fc4031c1299e7ea1715fe2cb8a2"><code>40729ac</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/plotly/plotly.py/issues/3819">#3819</a> from plotly/dependabot/npm_and_yarn/packages/javascr...</li> <li><a href="https://github.com/plotly/plotly.py/commit/2d00be3644fdbb01e3c17ac3326b5733991454dd"><code>2d00be3</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/plotly/plotly.py/issues/3794">#3794</a> from plotly/dependabot/npm_and_yarn/packages/javascr...</li> <li><a href="https://github.com/plotly/plotly.py/commit/4823ed33db0d7769079c6fd53ae3b2d839321676"><code>4823ed3</code></a> Bump shell-quote in /packages/javascript/jupyterlab-plotly</li> <li><a href="https://github.com/plotly/plotly.py/commit/90e540a6906567e825ad4e7840d218a3f0894ce5"><code>90e540a</code></a> Bump terser in /packages/javascript/jupyterlab-plotly</li> <li><a href="https://github.com/plotly/plotly.py/commit/7416be0f27a6530899de6ca518e95a67279c0eef"><code>7416be0</code></a> Bump moment in /packages/javascript/jupyterlab-plotly</li> <li><a href="https://github.com/plotly/plotly.py/commit/04cde137943b334bfb2c2706accd35d217c05fd4"><code>04cde13</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/plotly/plotly.py/issues/3818">#3818</a> from plotly/docs-5-10</li> <li>Additional commits viewable in <a href="https://github.com/plotly/plotly.py/compare/v5.8.0...v5.10.0">compare view</a></li> </ul> </details> <br /> 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 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>
administrator closed this pull request 2022-09-17 21:23:43 +00:00

Pull request closed

Sign in to join this conversation.
No description provided.