From 60360dc87507478ba2fe4d451a80f192f8def926 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jul 2023 20:22:48 +0000 Subject: [PATCH] chore: bump ipywidgets from 7.7.5 to 8.0.7 Bumps [ipywidgets](https://github.com/jupyter-widgets/ipywidgets) from 7.7.5 to 8.0.7. - [Release notes](https://github.com/jupyter-widgets/ipywidgets/releases) - [Commits](https://github.com/jupyter-widgets/ipywidgets/compare/7.7.5...8.0.7) --- updated-dependencies: - dependency-name: ipywidgets dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 45 +++++++++++++++++++++------------------------ pyproject.toml | 2 +- 2 files changed, 22 insertions(+), 25 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4b954d4..fa39bde 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1026,25 +1026,24 @@ files = [ [[package]] name = "ipywidgets" -version = "7.7.5" -description = "IPython HTML widgets for Jupyter" +version = "8.0.7" +description = "Jupyter interactive widgets" optional = false -python-versions = "*" +python-versions = ">=3.7" files = [ - {file = "ipywidgets-7.7.5-py2.py3-none-any.whl", hash = "sha256:d9644e473282ca28a6bc0327372bcad7a41877d0092fea1ed70bd15f28be9270"}, - {file = "ipywidgets-7.7.5.tar.gz", hash = "sha256:2392943ed30253c84ac36f23f707fa1c9d34461ae5356944481a84d5b08d69b2"}, + {file = "ipywidgets-8.0.7-py3-none-any.whl", hash = "sha256:e0aed0c95a1e55b6a123f64305245578bdc09e52965a34941c2b6a578b8c64a0"}, + {file = "ipywidgets-8.0.7.tar.gz", hash = "sha256:50ace0a8886e9a0d68b980db82f94c25d55d21ff2340ed36f802dd9365e94acf"}, ] [package.dependencies] ipykernel = ">=4.5.1" -ipython = {version = ">=4.0.0", markers = "python_version >= \"3.3\""} -ipython-genutils = ">=0.2.0,<0.3.0" -jupyterlab-widgets = {version = ">=1.0.0,<3", markers = "python_version >= \"3.6\""} +ipython = ">=6.1.0" +jupyterlab-widgets = ">=3.0.7,<3.1.0" traitlets = ">=4.3.1" -widgetsnbextension = ">=3.6.4,<3.7.0" +widgetsnbextension = ">=4.0.7,<4.1.0" [package.extras] -test = ["ipykernel", "mock", "pytest (>=3.6.0)", "pytest-cov"] +test = ["ipykernel", "jsonschema", "pytest (>=3.6.0)", "pytest-cov", "pytz"] [[package]] name = "isoduration" @@ -1136,6 +1135,7 @@ optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*" files = [ {file = "jsonpointer-2.4-py2.py3-none-any.whl", hash = "sha256:15d51bba20eea3165644553647711d150376234112651b4f1811022aecad7d7a"}, + {file = "jsonpointer-2.4.tar.gz", hash = "sha256:585cee82b70211fa9e6043b7bb89db6e1aa49524340dde8ad6b63206ea689d88"}, ] [[package]] @@ -1391,13 +1391,13 @@ test = ["hatch", "ipykernel", "jupyterlab-server[openapi]", "openapi-spec-valida [[package]] name = "jupyterlab-widgets" -version = "1.1.4" -description = "A JupyterLab extension." +version = "3.0.8" +description = "Jupyter interactive widgets for JupyterLab" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" files = [ - {file = "jupyterlab_widgets-1.1.4-py3-none-any.whl", hash = "sha256:769eb7bfef7e8ab70a7737104555531b09bcfba982f89465d2ae67b99b3f3e81"}, - {file = "jupyterlab_widgets-1.1.4.tar.gz", hash = "sha256:ea6e7612725e94d0966d64c6344910686f4bf8610533cd40daeba6980659b14d"}, + {file = "jupyterlab_widgets-3.0.8-py3-none-any.whl", hash = "sha256:4715912d6ceab839c9db35953c764b3214ebbc9161c809f6e0510168845dfdf5"}, + {file = "jupyterlab_widgets-3.0.8.tar.gz", hash = "sha256:d428ab97b8d87cc7c54cbf37644d6e0f0e662f23876e05fa460a73ec3257252a"}, ] [[package]] @@ -3520,18 +3520,15 @@ test = ["websockets"] [[package]] name = "widgetsnbextension" -version = "3.6.4" -description = "IPython HTML widgets for Jupyter" +version = "4.0.8" +description = "Jupyter interactive widgets for Jupyter Notebook" optional = false -python-versions = "*" +python-versions = ">=3.7" files = [ - {file = "widgetsnbextension-3.6.4-py2.py3-none-any.whl", hash = "sha256:3d2d4994aea8681eb438493e439f59f82ba81d91f388a12e55147ae137f4120e"}, - {file = "widgetsnbextension-3.6.4.tar.gz", hash = "sha256:ad1356c575d5add908afe886255deafb3f9b1589146a99279d1dcba5a05d16a5"}, + {file = "widgetsnbextension-4.0.8-py3-none-any.whl", hash = "sha256:2e37f0ce9da11651056280c7efe96f2db052fe8fc269508e3724f5cbd6c93018"}, + {file = "widgetsnbextension-4.0.8.tar.gz", hash = "sha256:9ec291ba87c2dfad42c3d5b6f68713fa18be1acd7476569516b2431682315c17"}, ] -[package.dependencies] -notebook = ">=4.4.1" - [[package]] name = "y-py" version = "0.5.9" @@ -3644,4 +3641,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "1e005b1edb136ad23e6a2cffcc624340e432c3ff8707c3f8dd91df68665aff1a" +content-hash = "27fd28fea5b122952403a627e247f6bef5a0c2c699eee19f57a680d16bfbdb0d" diff --git a/pyproject.toml b/pyproject.toml index 1dd67a3..85fb349 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ jupyterlab = "^3.3.4" nbconvert = "^6.5.0" PyVirtualDisplay = "^3.0" #sb3-contrib = { version="^2.0.0a13", allow-prereleases = true } # todo: bump to 2.0.0a? -ipywidgets = "^7.7.0" +ipywidgets = ">=7.7,<9.0" tqdm = "^4.64.0" shimmy = "^1.1.0"