From 471697bcce77983a3a99c61acb9e833f365422b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 07:07:03 +0000 Subject: [PATCH 1/2] build: bump panel from 1.7.1 to 1.7.2 Bumps [panel](https://github.com/holoviz/panel) from 1.7.1 to 1.7.2. - [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.1...v1.7.2) --- updated-dependencies: - dependency-name: panel dependency-version: 1.7.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 403bea8fa2..929719ca39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -103,7 +103,7 @@ doc = [ "notebook==7.4.3", "numpydoc==1.8.0", "numpy==2.2.6", - "panel==1.7.1", + "panel==1.7.2", "pdf2image==1.17.0", "Pint==0.24.4", "protobuf==5.29.3", From 2074e45ed1f42743bcd496aef3f2309cb96c0ab4 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Tue, 1 Jul 2025 07:08:01 +0000 Subject: [PATCH 2/2] chore: adding changelog file 2077.dependencies.md [dependabot-skip] --- doc/changelog.d/2077.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/2077.dependencies.md diff --git a/doc/changelog.d/2077.dependencies.md b/doc/changelog.d/2077.dependencies.md new file mode 100644 index 0000000000..08ad68b443 --- /dev/null +++ b/doc/changelog.d/2077.dependencies.md @@ -0,0 +1 @@ +Bump panel from 1.7.1 to 1.7.2 \ No newline at end of file