Skip to content

Commit 0823130

Browse files
fix(deps): update dependency ipywidgets to <=8.1.7 (#120)
Co-authored-by: ibm-mend-app[bot] <ibm-mend-app[bot]@users.noreply.github.com>
1 parent a089c17 commit 0823130

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

poetry.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ license = "MIT"
1616
python = "^3.9"
1717
requests = "~2"
1818
tqdm = "~4"
19-
ipywidgets = "<=8.1.5"
19+
ipywidgets = "<=8.1.7"
2020
ipython = "*"
2121
ibm-cos-sdk = ">=2.13.3"
2222
typing-extensions = {version = "*", python = "^3.11.3", optional = true}

0 commit comments

Comments
 (0)