From 6ec06fd5b6a1e6722c8effcae27427cac3dbe6c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 16:00:42 +0000 Subject: [PATCH] build: bump the docs-deps group in /doc with 2 updates Bumps the docs-deps group in /doc with 2 updates: [ipykernel](https://github.com/ipython/ipykernel) and [pyvista[jupyter]](https://github.com/pyvista/pyvista). Updates `ipykernel` from 6.29.5 to 6.30.1 - [Release notes](https://github.com/ipython/ipykernel/releases) - [Changelog](https://github.com/ipython/ipykernel/blob/v6.30.1/CHANGELOG.md) - [Commits](https://github.com/ipython/ipykernel/compare/v6.29.5...v6.30.1) Updates `pyvista[jupyter]` from 0.45.2 to 0.46.1 - [Release notes](https://github.com/pyvista/pyvista/releases) - [Commits](https://github.com/pyvista/pyvista/compare/v0.45.2...v0.46.1) --- updated-dependencies: - dependency-name: ipykernel dependency-version: 6.30.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docs-deps - dependency-name: pyvista[jupyter] dependency-version: 0.46.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docs-deps ... Signed-off-by: dependabot[bot] --- doc/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 101a6f86..52cf459d 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -20,6 +20,6 @@ plotly==6.2.0 pythreejs==2.4.2 pillow==11.3.0 ipyvtklink==0.2.3 -ipykernel==6.29.5 -pyvista[jupyter]==0.45.2 +ipykernel==6.30.1 +pyvista[jupyter]==0.46.1 trame-vtk!=2.8.16