From b38e3c461358ab1b14a1accf61ff0bca337c8ce8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 19:38:22 +0000 Subject: [PATCH] CHORE: Bump panel from 1.5.5 to 1.6.0 in the doc group (#1064) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> --- doc/changelog.d/1064.maintenance.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 doc/changelog.d/1064.maintenance.md diff --git a/doc/changelog.d/1064.maintenance.md b/doc/changelog.d/1064.maintenance.md new file mode 100644 index 000000000..c3db2a39c --- /dev/null +++ b/doc/changelog.d/1064.maintenance.md @@ -0,0 +1 @@ +Bump panel from 1.5.5 to 1.6.0 in the doc group \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 59e94b53d..13bf985a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ doc = [ "numpy==2.2.2", "numpydoc==1.8.0", "pandas==2.2.3", - "panel==1.5.5", + "panel==1.6.0", "plotly==5.24.1", "pypandoc==1.15", "pytest-sphinx==0.6.3",