diff --git a/panel/package-lock.json b/panel/package-lock.json index 2897a8b6fb..9a0de43b10 100644 --- a/panel/package-lock.json +++ b/panel/package-lock.json @@ -9,7 +9,7 @@ "version": "1.5.0-a.6", "license": "BSD-3-Clause", "dependencies": { - "@bokeh/bokehjs": "3.5.0-dev.7", + "@bokeh/bokehjs": "3.5.0-dev.8", "@luma.gl/constants": "^8.0.3", "@types/debounce": "^1.2.0", "@types/gl-matrix": "^2.4.5", @@ -41,9 +41,9 @@ } }, "node_modules/@bokeh/bokehjs": { - "version": "3.5.0-dev.7", - "resolved": "https://registry.npmjs.org/@bokeh/bokehjs/-/bokehjs-3.5.0-dev.7.tgz", - "integrity": "sha512-cHIEALPJfBgKcDdLc/tnR0aqM8VELlQfPRWxB3wrr5OUDjlH77zTPYnUnO8ha7eqKmqIuHxcRzB/hsGupJe8Dg==", + "version": "3.5.0-dev.8", + "resolved": "https://registry.npmjs.org/@bokeh/bokehjs/-/bokehjs-3.5.0-dev.8.tgz", + "integrity": "sha512-n0c2/SPex3xpMoX5lqRwr0OY2bkvqihc0Ds9RbKP6F6p/JiVf5IhosmZ4anNiJAVJJsfOxzXfKdNRjIG4zNqKQ==", "workspaces": [ "./make", "./src/compiler", diff --git a/panel/package.json b/panel/package.json index a4c3c6843a..24eae0e23c 100644 --- a/panel/package.json +++ b/panel/package.json @@ -8,7 +8,7 @@ "url": "https://github.com/holoviz/panel.git" }, "dependencies": { - "@bokeh/bokehjs": "3.5.0-dev.7", + "@bokeh/bokehjs": "3.5.0-dev.8", "@luma.gl/constants": "^8.0.3", "@types/debounce": "^1.2.0", "@types/gl-matrix": "^2.4.5", diff --git a/pixi.toml b/pixi.toml index 55c7204931..8d890baf30 100644 --- a/pixi.toml +++ b/pixi.toml @@ -18,7 +18,7 @@ lint = ["py311", "lint"] [dependencies] bleach = "*" -bokeh = "==3.5.0.dev7" +bokeh = "==3.5.0.dev8" linkify-it-py = "*" markdown = "*" markdown-it-py = "*" diff --git a/pyproject.toml b/pyproject.toml index 3c77694be1..58751ac079 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = [ "hatchling", "hatch-vcs", "param >=2.1.0", - "bokeh ==3.5.0.dev7", + "bokeh ==3.5.0.dev8", "pyviz_comms >=0.7.4", "requests", "packaging", @@ -48,7 +48,7 @@ classifiers = [ ] dependencies = [ - 'bokeh ==3.5.0.dev7', + 'bokeh ==3.5.0.dev8', 'param >=2.1.0,<3.0', 'pyviz_comms >=2.0.0', 'markdown',