Skip to content

Commit

Permalink
Backport PR #110: Bump widgetsnbextension to 4.0.11 (#111)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Tuloup <[email protected]>
  • Loading branch information
meeseeksmachine and jtpio committed Jun 4, 2024
1 parent 0c3ed28 commit 2d2075a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/jupyter_lite_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"output_dir": "../build/docs-app",
"ignore_sys_prefix": ["federated_extensions"],
"federated_extensions": [
"https://files.pythonhosted.org/packages/24/da/db1cb0387a7e4086780aff137987ee924e953d7f91b2a870f994b9b1eeb8/jupyterlab_widgets-3.0.10-py3-none-any.whl",
"https://files.pythonhosted.org/packages/65/f6/659ca44182c86f57977e946047c339c717745fda9f43b7ac47f274e86553/jupyterlab_widgets-3.0.11-py3-none-any.whl",
"../jupyterlite_pyodide_kernel/labextension"
],
"cache_dir": "../build/.lite-cache"
Expand Down
2 changes: 1 addition & 1 deletion packages/pyodide-kernel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"py/piplite": "0.3.1",
"py/ipykernel": "6.9.2",
"py/widgetsnbextension3/widgetsnbextension": "3.6.6",
"py/widgetsnbextension4/widgetsnbextension": "4.0.10"
"py/widgetsnbextension4/widgetsnbextension": "4.0.11"
}
},
"styleModule": "style/index.js"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""A widgetsnbextension mock"""

__version__ = "4.0.10"
__version__ = "4.0.11"
2 changes: 1 addition & 1 deletion packages/pyodide-kernel/src/_pypi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ export * as ipykernelWheelUrl from '../pypi/ipykernel-6.9.2-py3-none-any.whl';
export * as pipliteWheelUrl from '../pypi/piplite-0.3.1-py3-none-any.whl';
export * as pyodide_kernelWheelUrl from '../pypi/pyodide_kernel-0.3.1-py3-none-any.whl';
export * as widgetsnbextensionWheelUrl from '../pypi/widgetsnbextension-3.6.6-py3-none-any.whl';
export * as widgetsnbextensionWheelUrl1 from '../pypi/widgetsnbextension-4.0.10-py3-none-any.whl';
export * as widgetsnbextensionWheelUrl1 from '../pypi/widgetsnbextension-4.0.11-py3-none-any.whl';
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ test = [
]

docs = [
"ipywidgets >=8.1.2,<9",
"ipywidgets >=8.1.3,<9",
"jupyterlab-language-pack-fr-FR",
"jupyterlab-language-pack-zh-CN",
"myst-parser",
Expand Down

0 comments on commit 2d2075a

Please sign in to comment.