Skip to content

Bump the python group with 3 updates#813

Merged
Remi-Gau merged 1 commit intomainfrom
dependabot/uv/python-fb3f488825
Mar 16, 2026
Merged

Bump the python group with 3 updates#813
Remi-Gau merged 1 commit intomainfrom
dependabot/uv/python-fb3f488825

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2026

Bumps the python group with 3 updates: plotly, pybids and tabulate.

Updates plotly from 6.5.2 to 6.6.0

Release notes

Sourced from plotly's releases.

v6.6.0

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]

Full Changelog: plotly/plotly.py@v6.5.2...v6.6.0

Changelog

Sourced from plotly's changelog.

[6.6.0] - 2026-03-02

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

Updates pybids from 0.21.0 to 0.22.0

Changelog

Sourced from pybids's changelog.

Version 0.22.0 (March 11, 2026)

New feature release in the 0.22.x series.

This release introduces schema-based layout configurations::

from bids.layout import BIDSLayout

layout = BIDSLayout('/path/to/dataset', config='bids-schema')

This will use the version of the schema included in the installed version of bidsschematools_. The schema configuration will be the way to incorporate updates from new versions of BIDS (v1.11+), and will eventually be made the default configuration. Please try it out and report any issues you encounter to help us make the transition as smooth as possible. We are particularly interested in reports from users who supply custom configurations.

The following dependencies have been updated to new minimum versions:

  • NumPy 1.25

  • SciPy 1.11

  • NiBabel 5.1

  • ENH: Sort BIDS file name entities (#1220)

  • ENH: Use BIDS schema to "drive" pybids #818 (#1163)

  • DOC: Fix documentation deployment (#1224)

  • MNT: Add Python 3.14 tests (#1175)

  • MNT: Skip pre-release checks on unlabeled PRs (#1188)

Commits
  • 321f8fe doc: Update changelog
  • afe3c40 [DATALAD RUNCMD] uv lock
  • 6238a4d git log --grep "[ignore-rev]" --pretty=format:"# %ai - %ae - %s%n%H" > .git...
  • f894748 chore(deps): speczeroplus
  • 67909eb chore: Update zenodo.json
  • c92a526 sty: Clean up trailing whitespace [ignore-rev]
  • 982eac5 chore: Change master to main
  • a29d5dd chore: Update versioneer
  • c5b4d6d Build(deps): Bump the uv group with 3 updates (#1225)
  • 774585e Build(deps): Bump bids-examples from dd54571 to a946006 (#1217)
  • Additional commits viewable in compare view

Updates tabulate from 0.9.0 to 0.10.0

Changelog

Sourced from tabulate's changelog.

  • 0.10.0: Add support for Python 3.11, 3.12, 3.13, 3.14. Drop support for Python 3.7, 3.8, 3.9. PRESERVE_STERILITY global is replaced with preserve_sterility function argument. New formatting options: headersglobalalign, headersalign, colglobalalign. New output format: colon_grid (Pandoc grid_tables with alignment) Various bug fixes. Improved error messages.
Commits
  • 3b4cd50 update HOWTOPUBLISH
  • 35ee0f6 update mini-benchmark table
  • 37ac76e restore tabulate.version
  • 37e1ed0 move # nowa: E931 to a different line (flake8)
  • 7bacc90 run pre-commit hooks (black)
  • 1b69704 Remove spurious cast in string interpolation
  • 4d535af Use specific noqa directives
  • 76c3d37 Remove spurious space from error message
  • 13508e7 Unnecessary list call
  • 69f67cd Do not call getattr with a constant value
  • Additional commits viewable in compare view

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

📚 Documentation preview 📚: https://bids-website--813.org.readthedocs.build/en/813/

Bumps the python group with 3 updates: [plotly](https://github.com/plotly/plotly.py), [pybids](https://github.com/bids-standard/pybids) and [tabulate](https://github.com/astanin/python-tabulate).


Updates `plotly` from 6.5.2 to 6.6.0
- [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.2...v6.6.0)

Updates `pybids` from 0.21.0 to 0.22.0
- [Release notes](https://github.com/bids-standard/pybids/releases)
- [Changelog](https://github.com/bids-standard/pybids/blob/main/CHANGELOG.rst)
- [Commits](bids-standard/pybids@0.21.0...0.22.0)

Updates `tabulate` from 0.9.0 to 0.10.0
- [Changelog](https://github.com/astanin/python-tabulate/blob/master/CHANGELOG)
- [Commits](astanin/python-tabulate@v0.9.0...v0.10.0)

---
updated-dependencies:
- dependency-name: plotly
  dependency-version: 6.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: pybids
  dependency-version: 0.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: tabulate
  dependency-version: 0.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Mar 16, 2026
@Remi-Gau Remi-Gau merged commit e9f2264 into main Mar 16, 2026
9 of 10 checks passed
@Remi-Gau Remi-Gau deleted the dependabot/uv/python-fb3f488825 branch March 16, 2026 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant