Skip to content

Commit

Permalink
Bump ipywidgets from 8.0.4 to 8.0.6 in /qdk (#449)
Browse files Browse the repository at this point in the history
Bumps [ipywidgets](https://github.com/jupyter-widgets/ipywidgets) from 8.0.4 to 8.0.6.
- [Release notes](https://github.com/jupyter-widgets/ipywidgets/releases)
- [Commits](jupyter-widgets/ipywidgets@8.0.4...8.0.6)

---
updated-dependencies:
- dependency-name: ipywidgets
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XField <58103249+vxfield@users.noreply.github.com>
Co-authored-by: Xinyi Joffre <xiou@microsoft.com>
  • Loading branch information
3 people authored Nov 2, 2023
1 parent 80c3c41 commit 738ce58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qdk/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
'jupyter_nbextensions_configurator',
'pygments>=2.7.4',
'ipython>=5.11.0',
'ipywidgets==8.0.4' # version 8.0.5 causes JsmolView to break. See: https://github.com/fekad/jupyter-jsmol/issues/58
'ipywidgets==8.0.6' # version 8.0.5 causes JsmolView to break. See: https://github.com/fekad/jupyter-jsmol/issues/58
]
)

0 comments on commit 738ce58

Please sign in to comment.