From a5db5fc370e80f4c7aa7ab2e9652e3b0c0d74e1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 12:51:23 +0000 Subject: [PATCH] pip prod(deps): update ipyparallel requirement from <8.9 to <9.1 Updates the requirements on [ipyparallel](https://ipython.org) to permit the latest version. --- updated-dependencies: - dependency-name: ipyparallel dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-mpi.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-mpi.txt b/requirements-mpi.txt index 98557789c5..2c03d50a16 100644 --- a/requirements-mpi.txt +++ b/requirements-mpi.txt @@ -1,2 +1,2 @@ mpi4py<4.0.2 -ipyparallel<8.9 \ No newline at end of file +ipyparallel<9.1 \ No newline at end of file