Skip to content

CHORE: Bump the development-dependencies group across 1 directory with 5 updates#311

Open
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/pip/development-dependencies-722a86e23f
Open

CHORE: Bump the development-dependencies group across 1 directory with 5 updates#311
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/pip/development-dependencies-722a86e23f

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 29, 2026

Bumps the development-dependencies group with 5 updates in the / directory:

Package From To
plotly 6.5.1 6.5.2
ansys-sphinx-theme 1.6.4 1.7.0
jupyterlab 4.5.1 4.5.3
jupytext 1.18.1 1.19.1
nbconvert 7.16.6 7.17.0

Updates plotly from 6.5.1 to 6.5.2

Release notes

Sourced from plotly's releases.

v6.5.2

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

Sourced from plotly's changelog.

[6.5.2] - 2026-01-14

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!
Commits
  • 36d8bf8 Version changes for v6.5.2
  • 1f45fa5 Merge pull request #5467 from plotly/cam/update-graph-objs
  • 7f57ccb fix: Update graph_objs per recent bug fixes
  • 3293f4d Merge pull request #5466 from plotly/merge-doc-prod-to-main
  • 61c9f6f Merge branch 'main' into merge-doc-prod-to-main
  • dad2520 Merge pull request #5465 from my-tien/legend-arrayok
  • b587428 Merge branch 'main' into legend-arrayok
  • 5a0440c Merge pull request #5464 from plotly/cam/5463/handle-arrays-booleanvalidator
  • fff298c Simplify test
  • cef18a9 Separate test for coercion of geo1 to geo and legend1 to legend
  • Additional commits viewable in compare view

Updates ansys-sphinx-theme from 1.6.4 to 1.7.0

Release notes

Sourced from ansys-sphinx-theme's releases.

v1.7.0

Added

Fixed

... (truncated)

Commits

Updates jupyterlab from 4.5.1 to 4.5.3

Release notes

Sourced from jupyterlab's releases.

v4.5.3

4.5.3

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

  • Fix UI tests: config useSystemClipboardForCells=true for notebook toolbar test #18335 (@​brichet)
  • Remove generated docs files from the repo #18340 (@​jtpio)

Documentation improvements

Contributors to this release

The following people contributed discussions, new ideas, code and documentation contributions, and review. See our definition of contributors.

(GitHub contributors page for this release)

@​aaron-seq (activity) | @​brichet (activity) | @​IsabelParedes (activity) | @​jimangel (activity) | @​jtpio (activity) | @​krassowski (activity)

v4.5.2

4.5.2

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

... (truncated)

Commits
  • 2677660 [ci skip] Publish 4.5.3
  • a3c7cc6 Backport PR #18344 on branch 4.5.x (Update CodeMirror to latest versions) (#1...
  • 6859ddd Backport PR #18352: Fix error in console when the debugger switch from a modu...
  • 1dff9c6 Backport PR #18362: Fix focus of replace buttons in the document search box (...
  • 7e49682 Backport PR #18363: Add installation instructions for JupyterLab with uv (#18...
  • 06736b5 Backport PR #18359: Fix deferred cell loading in defer and `contentVisibili...
  • 3688544 Fix "Open With > Editor" for .py files, update @lumino packages to `v2026...
  • ec399e0 Backport PR #18335: Fix UI tests: config useSystemClipboardForCells=true for ...
  • bb5cb96 Backport PR #18340: Remove generated docs files from the repo (#18341)
  • cdf2746 [ci skip] Publish 4.5.2
  • Additional commits viewable in compare view

Updates jupytext from 1.18.1 to 1.19.1

Release notes

Sourced from jupytext's releases.

Version 1.19.1

Changed

  • Jupytext does not change the file icons anymore! Thanks to Michał Krassowski for finally solving this long standing issue! (#398)
  • We have bumped lodash from 4.17.21 to 4.17.23 in JupyterLab extension (#1483)
  • We require marimo<=0.19.4 in tests following a change in the location of the marimo import (#1485)

Version 1.19.0

1.19.0 (2026-01-18)

Changes

  • The environment used to develop Jupytext is now maintained using Pixi (#1459)

Fixed

  • We have restored the support for .qmd documents in Jupyter (#1435)
  • We have fixed warnings about the cell ids like either Cell is missing an id field or Additional properties are not allowed ('id' was unexpected) when converting to some formats, including Pandoc (#1464)
  • We have updated the dependencies of the Jupytext extension for JupyterLab. Many thanks to Mahendra Paipuri for his PR (#1477)!

Added

  • We have added a new py:marimo format, which uses the marimo command line interface to convert notebooks to and from the Marimo format (#1431)

Version 1.19.0.dev0

1.19.0.dev0 (2025-11-16)

Changes The environment used to develop Jupytext is now maintained using Pixi (#1459)

Fixed

  • We have fixed the round trip tests and made them work with Quarto 1.8.25 (#1435)
  • We have fixed warnings about the cell ids like either Cell is missing an id field or Additional properties are not allowed ('id' was unexpected) when converting to some formats, including Pandoc (#1464)

Added We have added a new py:marimo format, which uses the marimo command line interface to convert notebooks to and from the Marimo format (#1431)

Changelog

Sourced from jupytext's changelog.

1.19.1 (2026-01-25)

Changed

  • Jupytext does not change the file icons anymore! Thanks to Michał Krassowski for finally solving this long standing issue! (#398)
  • We have bumped lodash from 4.17.21 to 4.17.23 in JupyterLab extension (#1483)
  • We require marimo<=0.19.4 in tests following a change in the location of the marimo import (#1485)

1.19.0 (2026-01-18)

Changed

  • The environment used to develop Jupytext is now maintained using Pixi (#1459)

Fixed

  • We have restored the support for .qmd documents in Jupyter (#1435)
  • We have fixed warnings about the cell ids like either Cell is missing an id field or Additional properties are not allowed ('id' was unexpected) when converting to some formats, including Pandoc (#1464)
  • We have updated the dependencies of the Jupytext extension for JupyterLab. Many thanks to Mahendra Paipuri for his PR (#1477)!

Added

  • We have added a new py:marimo format, which uses the marimo command line interface to convert notebooks to and from the Marimo format (#1431)
Commits

Updates nbconvert from 7.16.6 to 7.17.0

Release notes

Sourced from nbconvert's releases.

v7.17.0

7.17.0

(Full Changelog)

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

The following people contributed discussions, new ideas, code and documentation contributions, and review. See our definition of contributors.

(GitHub contributors page for this release)

@​bollwyvl (activity) | @​Carreau (activity) | @​h3pdesign (activity) | @​hackowitz-af (activity) | @​krassowski (activity) | @​mberlanda (activity) | @​mgorny (activity) | @​minrk (activity) | @​MSeal (activity) | @​QuLogic (activity) | @​salmankadaya (activity) | @​shreve (activity) | @​th3gowtham (activity)

Changelog

Sourced from nbconvert's changelog.

7.17.0

(Full Changelog)

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

The following people contributed discussions, new ideas, code and documentation contributions, and review. See our definition of contributors.

(GitHub contributors page for this release)

@​bollwyvl (activity) | @​Carreau (activity) | @​h3pdesign (activity) | @​hackowitz-af (activity) | @​krassowski (activity) | @​mberlanda (activity) | @​mgorny (activity) | @​minrk (activity) | @​MSeal (activity) | @​QuLogic (activity) | @​salmankadaya (activity) | @​shreve (activity) | @​th3gowtham (activity)

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

…h 5 updates

Bumps the development-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [plotly](https://github.com/plotly/plotly.py) | `6.5.1` | `6.5.2` |
| [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) | `1.6.4` | `1.7.0` |
| [jupyterlab](https://github.com/jupyterlab/jupyterlab) | `4.5.1` | `4.5.3` |
| [jupytext](https://github.com/mwouts/jupytext) | `1.18.1` | `1.19.1` |
| [nbconvert](https://github.com/jupyter/nbconvert) | `7.16.6` | `7.17.0` |



Updates `plotly` from 6.5.1 to 6.5.2
- [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.5.1...v6.5.2)

Updates `ansys-sphinx-theme` from 1.6.4 to 1.7.0
- [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases)
- [Commits](ansys/ansys-sphinx-theme@v1.6.4...v1.7.0)

Updates `jupyterlab` from 4.5.1 to 4.5.3
- [Release notes](https://github.com/jupyterlab/jupyterlab/releases)
- [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/RELEASE.md)
- [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/lsp@4.5.1...@jupyterlab/lsp@4.5.3)

Updates `jupytext` from 1.18.1 to 1.19.1
- [Release notes](https://github.com/mwouts/jupytext/releases)
- [Changelog](https://github.com/mwouts/jupytext/blob/main/CHANGELOG.md)
- [Commits](mwouts/jupytext@v1.18.1...v1.19.1)

Updates `nbconvert` from 7.16.6 to 7.17.0
- [Release notes](https://github.com/jupyter/nbconvert/releases)
- [Changelog](https://github.com/jupyter/nbconvert/blob/main/CHANGELOG.md)
- [Commits](jupyter/nbconvert@v7.16.6...v7.17.0)

---
updated-dependencies:
- dependency-name: plotly
  dependency-version: 6.5.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: ansys-sphinx-theme
  dependency-version: 1.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: jupyterlab
  dependency-version: 4.5.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: jupytext
  dependency-version: 1.19.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: nbconvert
  dependency-version: 7.17.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Related with project dependencies maintenance Package and maintenance related labels Jan 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Related with project dependencies maintenance Package and maintenance related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments