Update plotly requirement from ~=5.8.0 to ~=5.8.2 #15

Closed
dependabot[bot] wants to merge 1 commits from dependabot/pip/plotly-approx-eq-5.8.2 into main
dependabot[bot] commented 2022-06-10 21:53:57 +00:00 (Migrated from github.com)

Updates the requirements on plotly to permit the latest version.

Release notes

Sourced from plotly's releases.

v5.8.2

Fixed

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

Sourced from plotly's changelog.

[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
    • Add griddash option to most axes

[5.7.0] - 2022-04-05

Added

  • added pattern_shape options to px.area() #3668

Updated

  • Updated Plotly.js to from version 2.9.0 to version 2.11.1. See the plotly.js CHANGELOG for more information. Notable changes include:
    • Add fillpattern options to scatter trace
    • Various JS-specific improvements such as MathJax 3.0 support

[5.6.0] - 2022-02-09

Updated

  • Updated Plotly.js to from version 2.8.3 to version 2.9.0. See the plotly.js CHANGELOG for more information. Notable changes include:
    • Implement ticklabelstep to reduce labels on cartesian axes and colorbars
    • Display the version of plotly.js when hovering over the modebar

[5.5.0] - 2021-12-20

Added

... (truncated)

Commits

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.8.2</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> </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.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> <li>Add <code>griddash</code> option to most axes</li> </ul> </li> </ul> <h2>[5.7.0] - 2022-04-05</h2> <h3>Added</h3> <ul> <li>added <code>pattern_shape</code> options to <code>px.area()</code> <a href="https://github-redirect.dependabot.com/plotly/plotly.py/issues/3668">#3668</a></li> </ul> <h3>Updated</h3> <ul> <li>Updated Plotly.js to from version 2.9.0 to version 2.11.1. See the <a href="https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#2111----2022-03-15">plotly.js CHANGELOG</a> for more information. Notable changes include: <ul> <li>Add <code>fillpattern</code> options to <code>scatter</code> trace</li> <li>Various JS-specific improvements such as MathJax 3.0 support</li> </ul> </li> </ul> <h2>[5.6.0] - 2022-02-09</h2> <h3>Updated</h3> <ul> <li>Updated Plotly.js to from version 2.8.3 to version 2.9.0. See the <a href="https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#290----2022-02-04">plotly.js CHANGELOG</a> for more information. Notable changes include: <ul> <li>Implement <code>ticklabelstep</code> to reduce labels on cartesian axes and colorbars</li> <li>Display the version of plotly.js when hovering over the modebar</li> </ul> </li> </ul> <h2>[5.5.0] - 2021-12-20</h2> <h3>Added</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/plotly/plotly.py/commit/4222d7e8b49e851ccdd23ed91d5836ec16c32532"><code>4222d7e</code></a> version changes for v5.8.2</li> <li><a href="https://github.com/plotly/plotly.py/commit/706b04e9f8cc3a8e51eb725fe7d875c79ee55840"><code>706b04e</code></a> bumping doc versions</li> <li><a href="https://github.com/plotly/plotly.py/commit/d4c461a6984df75b7146a196e3dd1dafdf755f99"><code>d4c461a</code></a> update release instructions</li> <li><a href="https://github.com/plotly/plotly.py/commit/3e7a4e360abd809afaad84c0dfaa0b69901c013c"><code>3e7a4e3</code></a> Merge branch 'doc-prod'</li> <li><a href="https://github.com/plotly/plotly.py/commit/6714124309dd1d9dfe2114d28f8a90b45b135039"><code>6714124</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/plotly/plotly.py/issues/3764">#3764</a> from plotly/release-5.8.1</li> <li><a href="https://github.com/plotly/plotly.py/commit/473e6e0d6849e334d63a816336deda5d761adcf8"><code>473e6e0</code></a> version changes for v5.8.1</li> <li><a href="https://github.com/plotly/plotly.py/commit/2990c62545aabd5cd84e948e86564e3e4082006b"><code>2990c62</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/plotly/plotly.py/issues/3763">#3763</a> from plotly/fix_and_and</li> <li><a href="https://github.com/plotly/plotly.py/commit/3f7c5bf70207101ead2c2ad63725bbb82638c3d9"><code>3f7c5bf</code></a> fixes type and closes <a href="https://github-redirect.dependabot.com/plotly/plotly.py/issues/3756">#3756</a></li> <li><a href="https://github.com/plotly/plotly.py/commit/3d33a76b90dee6b45f342dd85883817f68413c78"><code>3d33a76</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/plotly/plotly.py/issues/3762">#3762</a> from plotly/fix-scatter-typo-1</li> <li><a href="https://github.com/plotly/plotly.py/commit/50494739fd0847d536146b02973a8d0f06de9336"><code>5049473</code></a> Update line-and-scatter.md</li> <li>Additional commits viewable in <a href="https://github.com/plotly/plotly.py/compare/v5.8.0...v5.8.2">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>
dependabot[bot] commented 2022-06-24 21:47:47 +00:00 (Migrated from github.com)

Superseded by #20.

Superseded by #20.

Pull request closed

Sign in to join this conversation.
No description provided.