From 91e8903b06590117be3870b6ef5ef8ced2449276 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 14:12:50 +0000 Subject: [PATCH] Bump pympdata from 1.6.1 to 1.6.2 in /examples Bumps [pympdata](https://github.com/open-atmos/PyMPDATA) from 1.6.1 to 1.6.2. - [Release notes](https://github.com/open-atmos/PyMPDATA/releases) - [Commits](https://github.com/open-atmos/PyMPDATA/compare/v1.6.1...v1.6.2) --- updated-dependencies: - dependency-name: pympdata dependency-version: 1.6.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/setup.py b/examples/setup.py index 1c8e38810..276eec758 100644 --- a/examples/setup.py +++ b/examples/setup.py @@ -40,7 +40,7 @@ def get_long_description(): extras_require={ "CI_version_pins": [ "PySDM[CI_version_pins]", - "PyMPDATA==1.6.1", + "PyMPDATA==1.6.2", "open-atmos-jupyter-utils==1.3.0", "pystrict==1.3", "matplotlib!=3.9.1",