diff --git a/src/poetry.lock b/src/poetry.lock index 26ab23c..f1ec777 100644 --- a/src/poetry.lock +++ b/src/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.0 and should not be changed by hand. [[package]] name = "aioconsole" @@ -988,7 +988,7 @@ files = [ {file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"}, {file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"}, ] -markers = {dev = "sys_platform == \"win32\" or os_name == \"nt\"", docs = "platform_system == \"Windows\"", lint = "platform_system == \"Windows\" or sys_platform == \"win32\"", test = "sys_platform == \"win32\""} +markers = {dev = "sys_platform == \"win32\" or os_name == \"nt\"", docs = "platform_system == \"Windows\"", lint = "sys_platform == \"win32\" or platform_system == \"Windows\"", test = "sys_platform == \"win32\""} [[package]] name = "comm" @@ -2738,20 +2738,20 @@ test = ["jupyter-server (>=2.0.0)", "pytest (>=7.0)", "pytest-jupyter[server] (> [[package]] name = "jupyterlab" -version = "4.4.1" +version = "4.4.8" description = "JupyterLab computational environment" optional = false python-versions = ">=3.9" groups = ["main", "dev"] files = [ - {file = "jupyterlab-4.4.1-py3-none-any.whl", hash = "sha256:989bca3f9cf2d04b2022e7e657e2df6d4aca808b364810d31c4865edd968a5f7"}, - {file = "jupyterlab-4.4.1.tar.gz", hash = "sha256:c75c4f33056fbd84f0b31eb44622a00c7a5f981b85adfeb198a83721f0465808"}, + {file = "jupyterlab-4.4.8-py3-none-any.whl", hash = "sha256:81b56f33f35be15150e7ccd43440963a93d2b115ffa614a06d38b91e4d650f92"}, + {file = "jupyterlab-4.4.8.tar.gz", hash = "sha256:a89e5a2e9f9295ae039356fc5247e5bfac64936126ab805e3ff8e47f385b0c7e"}, ] [package.dependencies] async-lru = ">=1.0.0" -httpx = ">=0.25.0" -ipykernel = ">=6.5.0" +httpx = ">=0.25.0,<1" +ipykernel = ">=6.5.0,<6.30.0 || >6.30.0" jinja2 = ">=3.0.3" jupyter-core = "*" jupyter-lsp = ">=2.0.0" @@ -6891,4 +6891,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = ">=3.12, <3.14" -content-hash = "4448d39903835db3fb5041011f89bce7320074b338a03cab1118a400902731bb" +content-hash = "4f7371ac14fc25db0dc8775761c38bc641e1910037e9bf36a58f694907fa288b" diff --git a/src/pyproject.toml b/src/pyproject.toml index 1990c9a..99c4b0c 100644 --- a/src/pyproject.toml +++ b/src/pyproject.toml @@ -28,7 +28,7 @@ pyrit = "^0.8.1" faker = "*" python-dotenv = "*" poetry-plugin-export = "*" -jupyterlab = "^4.3.5" +jupyterlab = "^4.4.8" [tool.poetry.group.test.dependencies]