diff --git a/poetry.lock b/poetry.lock index b00f853..2da9774 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1597,14 +1597,14 @@ test = ["jupyter-server (>=2.0.0)", "pytest (>=7.0)", "pytest-jupyter[server] (> [[package]] name = "jupyterlab" -version = "4.4.7" +version = "4.4.9" description = "JupyterLab computational environment" optional = false python-versions = ">=3.9" groups = ["old"] files = [ - {file = "jupyterlab-4.4.7-py3-none-any.whl", hash = "sha256:808bae6136b507a4d18f04254218bfe71ed8ba399a36ef3280d5f259e69abf80"}, - {file = "jupyterlab-4.4.7.tar.gz", hash = "sha256:8c8e225492f4513ebde9bbbc00a05b651ab9a1f5b0013015d96fabf671c37188"}, + {file = "jupyterlab-4.4.9-py3-none-any.whl", hash = "sha256:394c902827350c017430a8370b9f40c03c098773084bc53930145c146d3d2cb2"}, + {file = "jupyterlab-4.4.9.tar.gz", hash = "sha256:ea55aca8269909016d5fde2dc09b97128bc931230183fe7e2920ede5154ad9c2"}, ] [package.dependencies] @@ -3684,4 +3684,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "b207704ba2af248f2bfb26591c259e9d05f51d41939cf80b6a532883c6647d3a" +content-hash = "b0e6430ca72b8e0da577c5b1d87feaa4b27bb930830db883bfc691302fa0ef77" diff --git a/pyproject.toml b/pyproject.toml index 22b6f2f..7c20f0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ optional = true [tool.poetry.group.old.dependencies] plotly = "^6.1.2" jupyter-dash = "^0.4.2" -jupyterlab = "^4.2.5" +jupyterlab = "^4.4.9" pandas = "^2.2.3" [build-system]