From f778ad14b95445b5ab78e8d9b939e1de467f4976 Mon Sep 17 00:00:00 2001 From: "ibm-mend-app[bot]" Date: Mon, 29 Sep 2025 15:31:03 +0000 Subject: [PATCH] fix(deps): update dependency ipywidgets to <=8.1.7 --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 046a6d8..a178454 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1030,22 +1030,22 @@ pygments = "*" [[package]] name = "ipywidgets" -version = "8.1.5" +version = "8.1.7" description = "Jupyter interactive widgets" optional = false python-versions = ">=3.7" groups = ["main"] files = [ - {file = "ipywidgets-8.1.5-py3-none-any.whl", hash = "sha256:3290f526f87ae6e77655555baba4f36681c555b8bdbbff430b70e52c34c86245"}, - {file = "ipywidgets-8.1.5.tar.gz", hash = "sha256:870e43b1a35656a80c18c9503bbf2d16802db1cb487eec6fab27d683381dde17"}, + {file = "ipywidgets-8.1.7-py3-none-any.whl", hash = "sha256:764f2602d25471c213919b8a1997df04bef869251db4ca8efba1b76b1bd9f7bb"}, + {file = "ipywidgets-8.1.7.tar.gz", hash = "sha256:15f1ac050b9ccbefd45dccfbb2ef6bed0029d8278682d569d71b8dd96bee0376"}, ] [package.dependencies] comm = ">=0.1.3" ipython = ">=6.1.0" -jupyterlab-widgets = ">=3.0.12,<3.1.0" +jupyterlab_widgets = ">=3.0.15,<3.1.0" traitlets = ">=4.3.1" -widgetsnbextension = ">=4.0.12,<4.1.0" +widgetsnbextension = ">=4.0.14,<4.1.0" [package.extras] test = ["ipykernel", "jsonschema", "pytest (>=3.6.0)", "pytest-cov", "pytz"] @@ -3171,4 +3171,4 @@ regular = ["ibm-cos-sdk", "typing-extensions"] [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "c830dbe9b05272c3d91000d4a52bdbd1d4adbd11dedc0e689e01f64b12ad9df5" +content-hash = "90eb47f1bd5466c9476a05854a876074b0ad1640559d81b9701218263b1aeab6" diff --git a/pyproject.toml b/pyproject.toml index bad0ff5..c95bbf4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ license = "MIT" python = "^3.9" requests = "~2" tqdm = "~4" -ipywidgets = "<=8.1.5" +ipywidgets = "<=8.1.7" ipython = "*" ibm-cos-sdk = ">=2.13.3" typing-extensions = {version = "*", python = "^3.11.3", optional = true}