Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2026

Bumps the uv group with 4 updates: pyvista, trame-vtk, poethepoet and ipykernel.

Updates pyvista from 0.46.5 to 0.47.0

Release notes

Sourced from pyvista's releases.

v0.47.0

What's Changed

Breaking Changes

New Features

... (truncated)

Commits
  • f6613b1 Merge branch 'main' into release/0.47
  • a738a6a Make upload step conditional on tag only (#8302)
  • 96bed1e Avoid casting to ugrid for distinct cell types (#8298)
  • b41d5c2 bump to v0.47.0 (#8300)
  • 259ebb3 revert all deprecation modifications
  • b77c749 fix theme testing
  • f4d2d4c allow setting axes box in themes
  • d05b37e skip gc check; remove unused image
  • 27ba548 make error instead
  • eb7d55f remove add_axes(box=...) functionality and add_pick observer
  • Additional commits viewable in compare view

Updates trame-vtk from 2.10.3 to 2.11.1

Release notes

Sourced from trame-vtk's releases.

v2.11.1 (2026-02-05)

Bug Fixes

  • vtkLocalView: Fix push_camera method (1884ced)

Update how camera is get in vtkLocalView with a ParaView RenderView


Detailed Changes: v2.11.0...v2.11.1

v2.11.0 (2026-02-04)

Continuous Integration

  • Update workflow for osmesa and py3.12 (b18b4f6)

Features

  • Add served directory versioning (c9463ef)

Detailed Changes: v2.10.3...v2.11.0

Changelog

Sourced from trame-vtk's changelog.

v2.11.1 (2026-02-05)

Bug Fixes

  • vtkLocalView: Fix push_camera method (1884ced)

Update how camera is get in vtkLocalView with a ParaView RenderView

v2.11.0 (2026-02-04)

Continuous Integration

  • Update workflow for osmesa and py3.12 (b18b4f6)

Features

  • Add served directory versioning (c9463ef)
Commits

Updates poethepoet from 0.40.0 to 0.41.0

Release notes

Sourced from poethepoet's releases.

0.41.0

Enhancements

Full Changelog: nat-n/poethepoet@v0.40.0...v0.41.0

[!IMPORTANT] You must follow the instructions to (re)install the completion script for your preferred shell environment to benefit from the revamped tab completion covering task arguments.

Commits

Updates ipykernel from 7.1.0 to 7.2.0

Release notes

Sourced from ipykernel's releases.

v7.2.0

7.2.0

(Full Changelog)

New features added

Enhancements made

Bugs fixed

Maintenance and upkeep 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)

@​arjxn-py (activity) | @​Carreau (activity) | @​ccordoba12 (activity) | @​ianthomas23 (activity) | @​JohanMabille (activity) | @​minrk (activity) | @​newville (activity) | @​SylvainCorlay (activity)

v7.2.0a1

7.2.0a1

(Full Changelog)

... (truncated)

Changelog

Sourced from ipykernel's changelog.

7.2.0

(Full Changelog)

New features added

Enhancements made

Bugs fixed

Maintenance and upkeep 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)

@​arjxn-py (activity) | @​Carreau (activity) | @​ccordoba12 (activity) | @​ianthomas23 (activity) | @​JohanMabille (activity) | @​minrk (activity) | @​newville (activity) | @​SylvainCorlay (activity)

7.2.0a1

(Full Changelog)

New features added

... (truncated)

Commits
  • 4b37e75 Publish 7.2.0
  • 1630c4f Temporarily revert "Test changing base method to async after (#1464)" (#1493)
  • 8086199 Temporarily revert "Test changing base method to async after (#1464)"
  • a2d47a2 chore: update pre-commit hooks (#1472)
  • 06c9aee Publish 7.2.0a1
  • 220a3c6 Made IOPubThread constructor backward compatible (#1492)
  • dee781d Update pytest requirement from <9,>=7.0 to >=7.0,<10 in the actions group acr...
  • 56b2e29 Update pytest requirement in the actions group across 1 directory
  • 13e17df Advertizes kernel protocol 5.5 (#1488)
  • 59f0c65 Advertizes kernel protocol 5.5
  • 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

Bumps the uv group with 4 updates: [pyvista](https://github.com/pyvista/pyvista), [trame-vtk](https://github.com/Kitware/trame-vtk), [poethepoet](https://github.com/nat-n/poethepoet) and [ipykernel](https://github.com/ipython/ipykernel).


Updates `pyvista` from 0.46.5 to 0.47.0
- [Release notes](https://github.com/pyvista/pyvista/releases)
- [Commits](pyvista/pyvista@v0.46.5...v0.47.0)

Updates `trame-vtk` from 2.10.3 to 2.11.1
- [Release notes](https://github.com/Kitware/trame-vtk/releases)
- [Changelog](https://github.com/Kitware/trame-vtk/blob/master/CHANGELOG.md)
- [Commits](Kitware/trame-vtk@v2.10.3...v2.11.1)

Updates `poethepoet` from 0.40.0 to 0.41.0
- [Release notes](https://github.com/nat-n/poethepoet/releases)
- [Commits](nat-n/poethepoet@v0.40.0...v0.41.0)

Updates `ipykernel` from 7.1.0 to 7.2.0
- [Release notes](https://github.com/ipython/ipykernel/releases)
- [Changelog](https://github.com/ipython/ipykernel/blob/main/CHANGELOG.md)
- [Commits](ipython/ipykernel@v7.1.0...v7.2.0)

---
updated-dependencies:
- dependency-name: pyvista
  dependency-version: 0.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv
- dependency-name: trame-vtk
  dependency-version: 2.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv
- dependency-name: poethepoet
  dependency-version: 0.41.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: uv
- dependency-name: ipykernel
  dependency-version: 7.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: uv
...

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 Feb 9, 2026
@d33bs d33bs merged commit 5f2f33c into main Feb 11, 2026
9 checks passed
@d33bs d33bs deleted the dependabot/uv/uv-2d2c670c34 branch February 11, 2026 20:56
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