Skip to content

Commit

Permalink
Update contrib/python/ipywidgets/py3 to 8.1.2
Browse files Browse the repository at this point in the history
40046aeb82211dfb2be013f45ba4ca78dfe65c88
  • Loading branch information
robot-piglet committed Feb 23, 2024
1 parent 704a5d8 commit ec263e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions contrib/python/ipywidgets/py3/.dist-info/METADATA
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: ipywidgets
Version: 8.1.1
Version: 8.1.2
Summary: Jupyter interactive widgets
Home-page: http://jupyter.org
Author: Jupyter Development Team
Expand Down Expand Up @@ -29,8 +29,8 @@ License-File: LICENSE
Requires-Dist: comm >=0.1.3
Requires-Dist: ipython >=6.1.0
Requires-Dist: traitlets >=4.3.1
Requires-Dist: widgetsnbextension ~=4.0.9
Requires-Dist: jupyterlab-widgets ~=3.0.9
Requires-Dist: widgetsnbextension ~=4.0.10
Requires-Dist: jupyterlab-widgets ~=3.0.10
Provides-Extra: test
Requires-Dist: jsonschema ; extra == 'test'
Requires-Dist: ipykernel ; extra == 'test'
Expand Down
2 changes: 1 addition & 1 deletion contrib/python/ipywidgets/py3/ipywidgets/_version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.

__version__ = '8.1.1'
__version__ = '8.1.2'

__protocol_version__ = '2.1.0'
__control_protocol_version__ = '1.0.0'
Expand Down

0 comments on commit ec263e7

Please sign in to comment.