Skip to content

build: bump plotly from 6.0.1 to 6.1.1 in the documentation group - #3945

Merged
germa89 merged 2 commits into
mainfrom
dependabot/pip/documentation-3c8991363d
May 23, 2025
Merged

build: bump plotly from 6.0.1 to 6.1.1 in the documentation group#3945
germa89 merged 2 commits into
mainfrom
dependabot/pip/documentation-3c8991363d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 23, 2025

Copy link
Copy Markdown
Contributor

Bumps the documentation group with 1 update: plotly.

Updates plotly from 6.0.1 to 6.1.1

Release notes

Sourced from plotly's releases.

v6.1.1

Fixed

  • Prevent swallowing of ValueError when creating a figure with subplots [#3888]
  • Fix issue causing fig.write_image() to not generate an image [#5193]

v6.1.0

Updated

  • Add support for Kaleido>=v1.0.0 for image generation [#5062, #5177]
  • Reduce package bundle size by 18-24% via changes to code generation [#4978]

Fixed

  • Fix third-party widget display issues in v6 [#5102]
  • Add handling for case where jupyterlab or notebook is not installed [#5104]
  • Fix issue causing Plotly.js script to be embedded multiple times in Jupyter notebooks [#5112]
  • Re-add MIME renderer JupyterLab extension with JupyterLab 4 support to reduce file sizes for offline notebooks [#5096]
  • Fix issue preventing plots from rendering in HTML notebook export when using 'vscode+notebook' renderer [#5154]

v6.1.0rc0

Updated

  • Add support for Kaleido>=v1.0.0 for image generation, and deprecate support for Kaleido<1 and Orca [#5062]
  • Reduce package bundle size by 18-24% via changes to code generation [#4978]

Fixed

  • Fix third-party widget display issues in v6 [#5102]
  • Add handling for case where jupyterlab or notebook is not installed [#5104]
  • Fix issue causing Plotly.js script to be embedded multiple times in Jupyter notebooks [#5112]
  • Re-add MIME renderer JupyterLab extension with JupyterLab 4 support to reduce file sizes for offline notebooks [#5096]
  • Fix issue preventing plots from rendering in HTML notebook export when using 'vscode+notebook' renderer [#5154]
Changelog

Sourced from plotly's changelog.

[6.1.1] - 2025-05-20

Fixed

  • Prevent swallowing of ValueError when creating a figure with subplots [#3888]
  • Fix issue causing fig.write_image() to not generate an image [#5193]

[6.1.0] - 2025-05-15

Updated

  • Add support for Kaleido>=v1.0.0 for image generation [#5062, #5177]
  • Reduce package bundle size by 18-24% via changes to code generation [#4978]

Fixed

  • Fix third-party widget display issues in v6 [#5102]
  • Add handling for case where jupyterlab or notebook is not installed [#5104]
  • Fix issue causing Plotly.js script to be embedded multiple times in Jupyter notebooks [#5112]
  • Re-add MIME renderer JupyterLab extension with JupyterLab 4 support to reduce file sizes for offline notebooks [#5096]
  • Fix issue preventing plots from rendering in HTML notebook export when using 'vscode+notebook' renderer [#5154]
Commits
  • c044f1e Merge pull request #5194 from plotly/release-6.1.1
  • 1746687 update pyproject.toml and changelog for 6.1.1
  • b7ee03d Merge pull request #5193 from plotly/fix-5187
  • 6c25793 add test to prevent regression
  • 7250704 fix indentation
  • 1b7efe2 Merge branch 'patch-1' of github.com:haydenflinner/plotly.py into prevent-swa...
  • 1462f3f Merge pull request #5185 from plotly/release-6.1.0
  • 5af8a6c Update CHANGELOG.md
  • 545efef version bump 6.1.0
  • 34adb55 Merge pull request #5177 from plotly/remove-kaleido-deprecation-warnings
  • Additional commits viewable in compare view

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Summary by Sourcery

Bump plotly from 6.0.1 to 6.1.1 in documentation dependencies to incorporate the latest features, enhancements, and bug fixes.

New Features:

  • Add support for Kaleido>=1.0.0 for image generation

Bug Fixes:

  • Prevent swallowing of ValueError in subplot creation and fix fig.write_image image generation
  • Resolve various notebook rendering issues including widget display, script embedding, and HTML export
  • Handle missing jupyterlab/notebook installation and re-add MIME renderer extension for JupyterLab 4

Enhancements:

  • Reduce package bundle size by 18-24% via code generation changes

Build:

  • Update plotly version in documentation group from 6.0.1 to 6.1.1

Bumps the documentation group with 1 update: [plotly](https://github.com/plotly/plotly.py).


Updates `plotly` from 6.0.1 to 6.1.1
- [Release notes](https://github.com/plotly/plotly.py/releases)
- [Changelog](https://github.com/plotly/plotly.py/blob/main/CHANGELOG.md)
- [Commits](plotly/plotly.py@v6.0.1...v6.1.1)

---
updated-dependencies:
- dependency-name: plotly
  dependency-version: 6.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: documentation
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies maintenance General maintenance of the repo (libraries, cicd, etc) labels May 23, 2025
@dependabot
dependabot Bot requested a review from a team as a code owner May 23, 2025 00:21
@dependabot
dependabot Bot requested review from germa89 and pyansys-ci-bot May 23, 2025 00:21
@dependabot dependabot Bot added dependencies maintenance General maintenance of the repo (libraries, cicd, etc) labels May 23, 2025
@sourcery-ai

sourcery-ai Bot commented May 23, 2025

Copy link
Copy Markdown
Contributor

Reviewer's Guide

This PR updates the documentation dependencies by bumping Plotly from version 6.0.1 to 6.1.1 in the project's pyproject.toml, ensuring the docs build benefits from recent bug fixes and feature updates without altering any other settings.

File-Level Changes

Change Details Files
Dependency version bump for Plotly in documentation group
  • Updated Plotly constraint to ==6.1.1 in pyproject.toml
pyproject.toml

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@codecov

codecov Bot commented May 23, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.28%. Comparing base (426ed0b) to head (1a4c393).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3945   +/-   ##
=======================================
  Coverage   88.28%   88.28%           
=======================================
  Files         187      187           
  Lines       14906    14906           
=======================================
  Hits        13160    13160           
  Misses       1746     1746           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@germa89
germa89 merged commit dc2e858 into main May 23, 2025
@germa89
germa89 deleted the dependabot/pip/documentation-3c8991363d branch May 23, 2025 08:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies maintenance General maintenance of the repo (libraries, cicd, etc)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants