diff --git a/poetry.lock b/poetry.lock index 2fd6942..9acdfac 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "alabaster" @@ -1300,13 +1300,13 @@ translation = ["jupyterlab-server (>=2.8.1,<3)"] [[package]] name = "jupyterlite-core" -version = "0.4.0" +version = "0.4.1" description = "" optional = false python-versions = ">=3.8" files = [ - {file = "jupyterlite_core-0.4.0-py3-none-any.whl", hash = "sha256:5035240760c58a52fb035ad5de3d4ab180817c12a7245a5a18ea6a84f51a752e"}, - {file = "jupyterlite_core-0.4.0.tar.gz", hash = "sha256:7f2f3b5dd92c053e1da6ea80c4d127deb64654632caa01f360a139b7604fc0ce"}, + {file = "jupyterlite_core-0.4.1-py3-none-any.whl", hash = "sha256:62dba3adf1e379596c629226389353992804cd8d2c5907dcddee06218c6d8cdd"}, + {file = "jupyterlite_core-0.4.1.tar.gz", hash = "sha256:7d9e308316cc9c237726b0a15c2ad4e0432b8962d3040cd83fd1451de06e790a"}, ] [package.dependencies] @@ -1315,10 +1315,10 @@ importlib-metadata = {version = ">=3.6", markers = "python_version < \"3.10\""} jupyter-core = ">=4.7" [package.extras] -all = ["jsonschema (>=3)", "jupyter-server", "jupyterlab (>=4.2.4,<4.3)", "jupyterlab-server (>=2.8.1,<3)", "libarchive-c (>=4.0)", "notebook (>=7.2.0,<7.3)", "pkginfo", "tornado (>=6.1)"] +all = ["jsonschema (>=3)", "jupyter-server", "jupyterlab (>=4.2.5,<4.3)", "jupyterlab-server (>=2.8.1,<3)", "libarchive-c (>=4.0)", "notebook (>=7.2.1,<7.3)", "pkginfo", "tornado (>=6.1)"] check = ["jsonschema[format-nongpl] (>=3)"] contents = ["jupyter-server"] -lab = ["jupyterlab (>=4.2.4,<4.3)", "notebook (>=7.2.0,<7.3)"] +lab = ["jupyterlab (>=4.2.5,<4.3)", "notebook (>=7.2.1,<7.3)"] libarchive = ["libarchive-c (>=4.0)"] serve = ["tornado (>=6.1)"] test = ["ansi2html", "diffoscope", "pytest-console-scripts", "pytest-cov", "pytest-html", "pytest-xdist"] @@ -2811,4 +2811,4 @@ regular = ["ibm-cos-sdk", "typing-extensions"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "42b0ae153e399cddfc0fc1d4553d5e9515a19b121424151284994f8191e4af73" +content-hash = "4759e4950028c68caae07fc82c296ade4bf974d0864df2a57a7008e5a72c4782" diff --git a/pyproject.toml b/pyproject.toml index 478dbd9..1540e86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ docs = ["Sphinx", "sphinx-autodoc-typehints", "pydata-sphinx-theme"] [tool.poetry.dev-dependencies] jupyterlab = "~4" jupyterlite = "0.4.0" -jupyterlite-core = "0.4.0" +jupyterlite-core = "0.4.1" jupyterlite-pyodide-kernel = "0.4.7" build = "^0.10.0" pytest = "~7"