diff --git a/poetry.lock b/poetry.lock index 1df39ebe..dc48db3d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiohttp" @@ -972,21 +972,21 @@ test-extra = ["curio", "matplotlib (!=3.2.0)", "nbformat", "numpy (>=1.22)", "pa [[package]] name = "ipywidgets" -version = "8.1.2" +version = "8.1.3" description = "Jupyter interactive widgets" optional = false python-versions = ">=3.7" files = [ - {file = "ipywidgets-8.1.2-py3-none-any.whl", hash = "sha256:bbe43850d79fb5e906b14801d6c01402857996864d1e5b6fa62dd2ee35559f60"}, - {file = "ipywidgets-8.1.2.tar.gz", hash = "sha256:d0b9b41e49bae926a866e613a39b0f0097745d2b9f1f3dd406641b4a57ec42c9"}, + {file = "ipywidgets-8.1.3-py3-none-any.whl", hash = "sha256:efafd18f7a142248f7cb0ba890a68b96abd4d6e88ddbda483c9130d12667eaf2"}, + {file = "ipywidgets-8.1.3.tar.gz", hash = "sha256:f5f9eeaae082b1823ce9eac2575272952f40d748893972956dc09700a6392d9c"}, ] [package.dependencies] comm = ">=0.1.3" ipython = ">=6.1.0" -jupyterlab-widgets = ">=3.0.10,<3.1.0" +jupyterlab-widgets = ">=3.0.11,<3.1.0" traitlets = ">=4.3.1" -widgetsnbextension = ">=4.0.10,<4.1.0" +widgetsnbextension = ">=4.0.11,<4.1.0" [package.extras] test = ["ipykernel", "jsonschema", "pytest (>=3.6.0)", "pytest-cov", "pytz"] @@ -2807,4 +2807,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "f55c3a6780ecfed4a2fff84dec14688bab18c2815db93510c027774d26b44f80" +content-hash = "17975d768b56db48f96211e07c3dff6a5e8fc906087870bf31300c62baef9aa8" diff --git a/pyproject.toml b/pyproject.toml index f35c360d..7de26752 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ kubernetes = ">= 25.3.0, < 27" cryptography = "40.0.2" executing = "1.2.0" pydantic = "< 2" -ipywidgets = "8.1.2" +ipywidgets = "8.1.3" # If updating setuptools version, please verify the odh-notebooks-sync workflow continues to work. # https://github.com/project-codeflare/codeflare-sdk/actions/workflows/odh-notebooks-sync.yml # Reference: https://github.com/target/strelka/pull/469