Skip to content

chore(deps): update dependency plotly to v6.8.0#1012

Closed
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/plotly-6.x
Closed

chore(deps): update dependency plotly to v6.8.0#1012
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/plotly-6.x

Conversation

@renovate

@renovate renovate Bot commented Jun 27, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Confidence
plotly (changelog) ==6.3.0==6.8.0 age confidence

Release Notes

plotly/plotly.py (plotly)

v6.8.0

Compare Source

Added
  • Add optional font parameter for make_subplots [#​5393], with thanks to @​Zomtir for the contribution!
Fixed
  • Fix issue where user-specified color_continuous_scale was ignored when template had autocolorscale=True [#​5439], with thanks to @​antonymilne for the contribution!
  • Use presence of COLAB_NOTEBOOK_ID env var to enable Colab renderer instead of testing import of google.colab [#​5473], with thanks to @​kevineger for the contribution!
  • Fix incorrect annotation placement for add_vline, add_hline, add_vrect, and add_hrect on datetime axes [#​5508], with thanks to @​mosh3eb for the contribution!
  • Update tests to be compatible with numpy 2.4 [#​5522], with thanks to @​thunze for the contribution!
  • Fix issue where js/ directory was unintentionally installed as a top-level Python package when installing plotly [#​5587]
  • Add default headers to be passed in to Kaleido v1.3.0 to avoid blocked Open Street Map tiles [#​5588]
  • Propagate the requested default_height/default_width to the outer wrapper div produced by to_html so that responsive (percentage) dimensions inherit from a sized parent container instead of collapsing to the plotly.js 450px fallback [#​5591], with thanks to @​SharadhNaidu for the contribution!
Updated
  • The __eq__ method for graph_objects classes now returns NotImplemented to give the other operand an opportunity to handle the comparison [#​5547], with thanks to @​RazerM for the contribution!
  • Update plotly.js from version 3.5.0 to version 3.6.0. See the plotly.js release notes for more information [#​5608]. Notable changes include:
    • Add support for arrays for the pie property legendrank, so that it can be configured per slice [#​7723]
    • Add hoversort layout attribute to sort unified hover label items by value [#​7734]

v6.7.0

Compare Source

Added
  • Add facet_row support to px.imshow for creating subplots along an additional dimension [#​5445], with thanks to @​FBumann for the contribution!
Fixed
  • Update numpy.percentile syntax to stop using deprecated alias [#​5483], with thanks to @​Mr-Neutr0n for the contribution!
    • numpy with a version less than 1.22 is no longer supported.
  • Handle empty px.histogram by skipping None label in hover template [#​5535], with thanks to @​tysoncung for the contribution!
Updated
  • Update plotly.js from version 3.4.0 to version 3.5.0. See the plotly.js release notes for more information. [#​5565]. Notable changes include:
    • Add hoveranywhere and clickanywhere layout attributes to enable emitting hover and click events anywhere in the plot area, not just over traces [#​7707]
    • Add displayNotifier configuration property to set the display of notifier in the top right area of the viewport [#​7730]
    • Update USA location lookup for scattergeo and choropleth traces to use both location names and abbreviations [#​7731]

v6.6.0

Compare Source

Fixed
  • Remove unneeded type="text/javascript" attribute from <style> tag [#​5454], with thanks to @​hannob for the contribution!
  • Remove global warning format side effect [#​5481], with thanks to @​emmanuel-ferdman for the contribution!
  • Fix spurious engine deprecation warning in write_image [#​5517], with thanks to @​mosh3eb for the contribution!
Updated
  • Update plotly.js from version 3.3.1 to version 3.4.0. See the plotly.js release notes for more information. [#​5527]. Notable changes include:
    • Add support for clicking legend titles to toggle visibility of all traces in legend [#​7698]
    • Add support for shapes to reference multiple axes [#​7666]
    • Add support for dashed marker lines in scatter plots [#​7673]
    • Increase axis autorange when bar charts have outside text labels, to avoid labels being clipped [#​7675]

v6.5.2

Compare Source

Fixed
  • Fix issue where pie trace legend, showlegend attributes don't accept array values [#​5464 and #​5465], with thanks to @​my-tien for the contribution!

v6.5.1

Compare Source

Fixed
  • Fix issue where Plotly Express ignored trace-specific color sequences defined in templates via template.data.<trace_type> [#​5437], with thanks to @​antonymilne for the contribution!
Updated
  • Speed up validate_gantt function [#​5386], with thanks to @​misrasaurabh1 for the contribution!
  • Update plotly.js from version 3.3.0 to version 3.3.1. See the plotly.js release notes for more information. [#​5456]. Notable changes include:
    • Add support for arrays for the pie properties showlegend and legend, so that these can be configured per slice. [#​7580]

v6.5.0

Compare Source

Updated
  • Update plotly.js from version 3.2.0 to version 3.3.0. See the plotly.js release notes for more information. [#​5421]. Notable changes include:
    • Add hovertemplate for candlestick and ohlc traces [#​7619]
Fixed
  • Fix bug where numpy datetime contained in Python list was converted to integer [#​5415]

v6.4.0

Compare Source

Updated
  • Update plotly.js from version 3.1.1 to version 3.2.0. See the plotly.js release notes for more information. [#​5357]. Notable changes include:
    • Add hovertemplatefallback and texttemplatefallback attributes [#​7577]
    • Add "SI extended" formatting rule for tick exponents on axis labels, allowing values to be displayed with extended SI prefixes (e.g., femto, pico, atto) [#​7249]
Deprecated
  • Deprecate create_hexbin_mapbox in favor of create_hexbin_map, update related function calls [5358], with thanks to @​ajlien for the contribution!

v6.3.1

Compare Source

Updated
  • Update Plotly.js from version 3.1.0 to version 3.1.1. See the Plotly.js release notes for more information. [#​5357]. Notable changes include:
    • Fix issue preventing Scattergl plots with text elements from rendering [plotly.js#7563]
  • Use native legends when converting from matplotlib [#​5312], with thanks to @​robertoffmoura to the contribution!
  • Allow shared_yaxes to work with secondary axes [#​5180], with thanks to @​gmjw for the contribution!
Fixed
  • Fix issue where width/height in plot layout were not respected during Kaleido image export [#​5325]
  • Fix typo in default argument to _ternary_contour.py [#​5315], with thanks to @​Lexachoc for the contribution!
  • Fix incorrect fig.show() behavior when ipython is installed [#​5258]

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from a team as a code owner June 27, 2026 02:30
@Gui-FernandesBR

Copy link
Copy Markdown
Member

Closing: this PR edits the autogenerated docs/requirements.txt directly (compiled from docs/requirements.in). Renovate's config is being corrected in #1039 — the pip-compile manager will regenerate this file, and pip_requirements is disabled for it, so these line-by-line PRs won't be recreated.

@Gui-FernandesBR Gui-FernandesBR deleted the renovate/plotly-6.x branch June 27, 2026 02:50
@renovate

renovate Bot commented Jun 27, 2026

Copy link
Copy Markdown
Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (==6.8.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant