diff --git a/poetry.lock b/poetry.lock index 6a40c42e9..38fe1f0f4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1188,17 +1188,6 @@ files = [ [package.dependencies] packaging = ">=20.9" -[[package]] -name = "entrypoints" -version = "0.4" -description = "Discover and load entry points from installed packages." -optional = false -python-versions = ">=3.6" -files = [ - {file = "entrypoints-0.4-py3-none-any.whl", hash = "sha256:f174b5ff827504fd3cd97cc3f8649f3693f51538c7e4bdf3ef002c8429d42f9f"}, - {file = "entrypoints-0.4.tar.gz", hash = "sha256:b706eddaa9218a19ebcd67b56818f05bb27589b1ca9e8d797b74affad4ccacd4"}, -] - [[package]] name = "exceptiongroup" version = "1.2.1" @@ -1693,27 +1682,27 @@ test = ["flaky", "ipyparallel", "pre-commit", "pytest (>=7.0)", "pytest-asyncio [[package]] name = "ipyparallel" -version = "8.8.0" +version = "9.0.0" description = "Interactive Parallel Computing with IPython" optional = false python-versions = ">=3.8" files = [ - {file = "ipyparallel-8.8.0-py3-none-any.whl", hash = "sha256:d2db60fd8baea09e02e7a13a761e1798868c0a717e3e2fa8fb52ffc037cccd35"}, - {file = "ipyparallel-8.8.0.tar.gz", hash = "sha256:2404d59f86a3aaa3bd27bf6b57df777bff5c1363c1c6e60403759d16ed42dc7b"}, + {file = "ipyparallel-9.0.0-py3-none-any.whl", hash = "sha256:4708097c078dab6af63858f8295139216487ef486191894b4f586c9c94a0fe5b"}, + {file = "ipyparallel-9.0.0.tar.gz", hash = "sha256:70601cbaf9a169d350ffe22c82d5bbdfe6dfe4c4df02836d9990e9c559b5bcb6"}, ] [package.dependencies] decorator = "*" -entrypoints = "*" -ipykernel = ">=4.4" -ipython = ">=4" -jupyter-client = ">=5" +importlib-metadata = {version = ">=3.6", markers = "python_version < \"3.10\""} +ipykernel = ">=6.9.1" +ipython = ">=5" +jupyter-client = ">=7" psutil = "*" python-dateutil = ">=2.1" -pyzmq = ">=18" -tornado = ">=5.1" +pyzmq = ">=25" +tornado = ">=6.1" tqdm = "*" -traitlets = ">=4.3" +traitlets = ">=5" [package.extras] benchmark = ["asv"]