From d3b48a8b4803502877d02e01702b2379f9a102bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 17:05:05 +0000 Subject: [PATCH 1/2] build: bump panel from 1.7.5 to 1.8.0 Bumps [panel](https://github.com/holoviz/panel) from 1.7.5 to 1.8.0. - [Release notes](https://github.com/holoviz/panel/releases) - [Changelog](https://github.com/holoviz/panel/blob/main/CHANGELOG.md) - [Commits](https://github.com/holoviz/panel/compare/v1.7.5...v1.8.0) --- updated-dependencies: - dependency-name: panel dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 99227ac05b..993ce652f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -105,7 +105,7 @@ doc = [ "notebook==7.4.5", "numpydoc==1.9.0", "numpy==2.2.6", - "panel==1.7.5", + "panel==1.8.0", "pdf2image==1.17.0", "Pint==0.24.4", "protobuf==5.29.3", From 4a5f493102092e83ef5fd877c7aefcb306c889c1 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Tue, 16 Sep 2025 17:07:37 +0000 Subject: [PATCH 2/2] chore: adding changelog file 2233.dependencies.md [dependabot-skip] --- doc/changelog.d/2233.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/2233.dependencies.md diff --git a/doc/changelog.d/2233.dependencies.md b/doc/changelog.d/2233.dependencies.md new file mode 100644 index 0000000000..dc0dd21ae7 --- /dev/null +++ b/doc/changelog.d/2233.dependencies.md @@ -0,0 +1 @@ +Bump panel from 1.7.5 to 1.8.0