Skip to content

Commit

Permalink
Bump bokeh version to 3.5.0.dev7 (#6916)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr authored Jun 13, 2024
1 parent d7adb40 commit 42d6cc0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions panel/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion panel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "*"
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit 42d6cc0

Please sign in to comment.