diff --git a/poetry.lock b/poetry.lock index 613d9e00..07107d0a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1554,24 +1554,24 @@ ipyvue = ">=1.7,<2" [[package]] name = "ipywidgets" -version = "8.0.4" +version = "8.1.1" description = "Jupyter interactive widgets" optional = false python-versions = ">=3.7" files = [ - {file = "ipywidgets-8.0.4-py3-none-any.whl", hash = "sha256:ebb195e743b16c3947fe8827190fb87b4d00979c0fbf685afe4d2c4927059fa1"}, - {file = "ipywidgets-8.0.4.tar.gz", hash = "sha256:c0005a77a47d77889cafed892b58e33b4a2a96712154404c6548ec22272811ea"}, + {file = "ipywidgets-8.1.1-py3-none-any.whl", hash = "sha256:2b88d728656aea3bbfd05d32c747cfd0078f9d7e159cf982433b58ad717eed7f"}, + {file = "ipywidgets-8.1.1.tar.gz", hash = "sha256:40211efb556adec6fa450ccc2a77d59ca44a060f4f9f136833df59c9f538e6e8"}, ] [package.dependencies] -ipykernel = ">=4.5.1" +comm = ">=0.1.3" ipython = ">=6.1.0" -jupyterlab-widgets = ">=3.0,<4.0" +jupyterlab-widgets = ">=3.0.9,<3.1.0" traitlets = ">=4.3.1" -widgetsnbextension = ">=4.0,<5.0" +widgetsnbextension = ">=4.0.9,<4.1.0" [package.extras] -test = ["jsonschema", "pytest (>=3.6.0)", "pytest-cov", "pytz"] +test = ["ipykernel", "jsonschema", "pytest (>=3.6.0)", "pytest-cov", "pytz"] [[package]] name = "isoduration" @@ -5517,4 +5517,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.12" -content-hash = "51621b2177b89ced5294bb1e4565f573d34800d0f3302ba32d50016600e580e5" +content-hash = "5e3ddaadf0d0d0da0a919084a579ee4fb688ae37c593579471aa2d99061e15f7" diff --git a/pyproject.toml b/pyproject.toml index b6314c25..93d40dcb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ classifiers = [ [tool.poetry.dependencies] python = ">=3.8,<3.12" -ipywidgets = ">=8.0.0,<8.0.5" +ipywidgets = "^8.1.1" matplotlib = "^3.7.3" numpy = ">=1.24.4,<1.25.0" pandas = "^1.5.3"