From 42d6cc0ba3d4d40261144ea7037bf6909dddbbf7 Mon Sep 17 00:00:00 2001 From: Philipp Rudiger Date: Thu, 13 Jun 2024 11:35:30 +0200 Subject: [PATCH] Bump bokeh version to 3.5.0.dev7 (#6916) --- panel/package-lock.json | 8 ++++---- panel/package.json | 2 +- pixi.toml | 2 +- pyproject.toml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/panel/package-lock.json b/panel/package-lock.json index 048690c965..2897a8b6fb 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.6", + "@bokeh/bokehjs": "3.5.0-dev.7", "@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.6", - "resolved": "https://registry.npmjs.org/@bokeh/bokehjs/-/bokehjs-3.5.0-dev.6.tgz", - "integrity": "sha512-nWvEhNYzLXXPcT2Hnk+OG98Ipy7fcoYAIzdmhztZlRFFy0pYiZA826cOZIpLrQDzxNuAu314XwAgWhp+I/4sgw==", + "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==", "workspaces": [ "./make", "./src/compiler", diff --git a/panel/package.json b/panel/package.json index 3bfcaf56b7..a4c3c6843a 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.6", + "@bokeh/bokehjs": "3.5.0-dev.7", "@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 fd4129cc57..55c7204931 100644 --- a/pixi.toml +++ b/pixi.toml @@ -18,7 +18,7 @@ lint = ["py311", "lint"] [dependencies] bleach = "*" -bokeh = "==3.5.0.dev6" +bokeh = "==3.5.0.dev7" linkify-it-py = "*" markdown = "*" markdown-it-py = "*" diff --git a/pyproject.toml b/pyproject.toml index a6bc2a44b4..3c77694be1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = [ "hatchling", "hatch-vcs", "param >=2.1.0", - "bokeh ==3.5.0.dev6", + "bokeh ==3.5.0.dev7", "pyviz_comms >=0.7.4", "requests", "packaging", @@ -48,7 +48,7 @@ classifiers = [ ] dependencies = [ - 'bokeh ==3.5.0.dev6', + 'bokeh ==3.5.0.dev7', 'param >=2.1.0,<3.0', 'pyviz_comms >=2.0.0', 'markdown',