From 0c86dbcb337f4181de0c4339ee3542516d9722eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 18:37:50 +0000 Subject: [PATCH] Bump ipyparallel from 8.8.0 to 9.0.0 in the python-packages group (#400) Bumps the python-packages group with 1 update: [ipyparallel](https://ipython.org). Updates `ipyparallel` from 8.8.0 to 9.0.0 --- updated-dependencies: - dependency-name: ipyparallel dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 32 ++++++++++---------------------- pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 23 deletions(-) diff --git a/poetry.lock b/poetry.lock index 400e20cd..490e6a86 100644 --- a/poetry.lock +++ b/poetry.lock @@ -873,17 +873,6 @@ files = [ [package.extras] dev-env = ["black (==22.3.0)", "isort (==5.7.*)", "mypy (==0.931.*)", "pylint (==2.10.*)", "pytest (==6.2.*)", "twine (==3.3.*)", "wheel"] -[[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 = "enum-tools" version = "0.12.0" @@ -1448,27 +1437,26 @@ 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" +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"] @@ -4674,4 +4662,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "614da76fc5c2124b0bffbb3c290d7ffb808d96ee0816256b7ecfa4e2cd6ca4e6" +content-hash = "b599c458d0bba5a59aeb21ff3b7c3ec7b38ebb15958ece4996648c9bd2596962" diff --git a/pyproject.toml b/pyproject.toml index 161ca89a..d6bf146d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ kahypar = "^1.3.5" sphinx-copybutton = "^0.5.2" quimb = "^1.8.1" openfermion = "^1.6.1" -ipyparallel = "^8.8.0" +ipyparallel = "^9.0.0" furo = "^2024.8.6" myst-nb = "^1.1.2" sphinx-autodoc-typehints = "^2.4.4"