Skip to content

MAINT: Bump the doc group with 2 updates#732

Merged
pyansys-ci-bot merged 3 commits intomainfrom
dependabot/pip/doc-9e4842735b
May 6, 2024
Merged

MAINT: Bump the doc group with 2 updates#732
pyansys-ci-bot merged 3 commits intomainfrom
dependabot/pip/doc-9e4842735b

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 6, 2024

Bumps the doc group with 2 updates: plotly and pyvista.

Updates plotly from 5.21.0 to 5.22.0

Release notes

Sourced from plotly's releases.

v5.22.0

Updated

  • Updated Plotly.js from version 2.31.1 to version 2.32.0. See the plotly.js CHANGELOG for more information. These changes are reflected in the auto-generated plotly.graph_objects module. Notable changes include:
    • Add "bold" weight, "italic" style and "small-caps" variant options to fonts #6956
    • Fix applying autotickangles on axes with showdividers as well as cases where tickson is set to "boundaries" #6967, with thanks to @​my-tien for the contribution!
    • Fix positioning of multi-line axis titles with standoff #6970, with thanks to @​my-tien for the contribution!
Changelog

Sourced from plotly's changelog.

[5.22.0] - 2024-05-01

Updated

  • Updated Plotly.js from version 2.31.1 to version 2.32.0. See the plotly.js CHANGELOG for more information. These changes are reflected in the auto-generated plotly.graph_objects module. Notable changes include:
    • Add "bold" weight, "italic" style and "small-caps" variant options to fonts #6956
    • Fix applying autotickangles on axes with showdividers as well as cases where tickson is set to "boundaries" #6967, with thanks to @​my-tien for the contribution!
    • Fix positioning of multi-line axis titles with standoff #6970, with thanks to @​my-tien for the contribution!
Commits
  • 34e8bdb version changes for v5.22.0
  • 9a158eb Merge pull request #4589 from plotly/recent-docs-updates
  • 6ed004b Merge branch 'master' into recent-docs-updates
  • 56ec663 Merge pull request #4587 from plotly/update-plotlyjs-version
  • 025eea7 add font example
  • f60b7f0 add textfont style, variant and weight
  • 2fa17d9 Merge pull request #4557 from rl-utility-man/patch-5
  • cd5fc87 update test to add new font attributes
  • 217ed66 Update doc/python/hover-text-and-formatting.md
  • 94c172e update plotly.js to 2.32
  • Additional commits viewable in compare view

Updates pyvista from 0.43.6 to 0.43.7

Release notes

Sourced from pyvista's releases.

v0.43.7

Patch release with the following fixes/quality of life changes. This being a patch fix, there are no API changes.

What's Changed

Full Changelog: pyvista/pyvista@v0.43.6...v0.43.7

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

Bumps the doc group with 2 updates: [plotly](https://github.com/plotly/plotly.py) and [pyvista](https://github.com/pyvista/pyvista).


Updates `plotly` from 5.21.0 to 5.22.0
- [Release notes](https://github.com/plotly/plotly.py/releases)
- [Changelog](https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md)
- [Commits](plotly/plotly.py@v5.21.0...v5.22.0)

Updates `pyvista` from 0.43.6 to 0.43.7
- [Release notes](https://github.com/pyvista/pyvista/releases)
- [Commits](pyvista/pyvista@v0.43.6...v0.43.7)

---
updated-dependencies:
- dependency-name: plotly
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: doc
- dependency-name: pyvista
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: doc
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner May 6, 2024 19:35
@dependabot dependabot bot added dependabot Related to dependabot dependencies Related with project dependencies maintenance Package and maintenance related labels May 6, 2024
@pyansys-ci-bot pyansys-ci-bot enabled auto-merge (squash) May 6, 2024 19:35
@github-actions github-actions bot added the documentation Improvements or additions to documentation label May 6, 2024
@codecov
Copy link

codecov bot commented May 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.03%. Comparing base (83e2f50) to head (549f161).

❗ Current head 549f161 differs from pull request most recent head 9c1025e. Consider uploading reports for the commit 9c1025e to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #732   +/-   ##
=======================================
  Coverage   77.03%   77.03%           
=======================================
  Files          31       31           
  Lines        1968     1968           
=======================================
  Hits         1516     1516           
  Misses        452      452           

@pyansys-ci-bot pyansys-ci-bot merged commit 2f5230d into main May 6, 2024
@pyansys-ci-bot pyansys-ci-bot deleted the dependabot/pip/doc-9e4842735b branch May 6, 2024 23:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependabot Related to dependabot dependencies Related with project dependencies documentation Improvements or additions to documentation maintenance Package and maintenance related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants