diff --git a/doc/changelog.d/1508.dependencies.md b/doc/changelog.d/1508.dependencies.md new file mode 100644 index 0000000000..b71cceac0d --- /dev/null +++ b/doc/changelog.d/1508.dependencies.md @@ -0,0 +1 @@ +bump panel from 1.5.2 to 1.5.3 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index c2f4d9f72f..66f70ca3b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,7 @@ doc = [ "notebook==7.2.2", "numpydoc==1.8.0", "numpy==2.1.2", - "panel==1.5.2", + "panel==1.5.3", "Pint==0.24.3", "protobuf==5.28.2", "pyvista[jupyter]==0.44.1",