diff --git a/poetry.lock b/poetry.lock index 2352290..c585882 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1030,14 +1030,14 @@ pygments = "*" [[package]] name = "ipywidgets" -version = "8.1.7" +version = "8.1.8" description = "Jupyter interactive widgets" optional = false python-versions = ">=3.7" groups = ["main"] files = [ - {file = "ipywidgets-8.1.7-py3-none-any.whl", hash = "sha256:764f2602d25471c213919b8a1997df04bef869251db4ca8efba1b76b1bd9f7bb"}, - {file = "ipywidgets-8.1.7.tar.gz", hash = "sha256:15f1ac050b9ccbefd45dccfbb2ef6bed0029d8278682d569d71b8dd96bee0376"}, + {file = "ipywidgets-8.1.8-py3-none-any.whl", hash = "sha256:ecaca67aed704a338f88f67b1181b58f821ab5dc89c1f0f5ef99db43c1c2921e"}, + {file = "ipywidgets-8.1.8.tar.gz", hash = "sha256:61f969306b95f85fba6b6986b7fe45d73124d1d9e3023a8068710d47a22ea668"}, ] [package.dependencies] @@ -3178,4 +3178,4 @@ regular = ["ibm-cos-sdk", "typing-extensions"] [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "90eb47f1bd5466c9476a05854a876074b0ad1640559d81b9701218263b1aeab6" +content-hash = "17dacdee2d6e416944c73d4768a9b1197480c7d7db1f40b83436ae469f27891d" diff --git a/pyproject.toml b/pyproject.toml index c95bbf4..ce9eeea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ license = "MIT" python = "^3.9" requests = "~2" tqdm = "~4" -ipywidgets = "<=8.1.7" +ipywidgets = "<=8.1.8" ipython = "*" ibm-cos-sdk = ">=2.13.3" typing-extensions = {version = "*", python = "^3.11.3", optional = true}