From 166ddb632ed96a8a9d43564c2bf94804ebd34bb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 18:14:55 +0000 Subject: [PATCH] Bump pympdata from 1.0.16 to 1.1.3 Bumps [pympdata](https://github.com/open-atmos/PyMPDATA) from 1.0.16 to 1.1.3. - [Release notes](https://github.com/open-atmos/PyMPDATA/releases) - [Commits](https://github.com/open-atmos/PyMPDATA/compare/v1.0.16...v1.1.3) --- updated-dependencies: - dependency-name: pympdata dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 52b45d8..8c9abc2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "numba<0.57.0", "numpy<1.25.0", "numba_mpi>=0.30", - "PyMPDATA==1.0.16", + "PyMPDATA==1.1.3", "mpi4py", "h5py", ]