From 0e6717b3af8f1f3d1843d99095bc772a81ee49c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 09:10:59 +0000 Subject: [PATCH] Bump pymiesim from 5.0.2 to 5.1.2 Bumps [pymiesim](https://github.com/MartinPdeS/PyMieSim) from 5.0.2 to 5.1.2. - [Commits](https://github.com/MartinPdeS/PyMieSim/compare/v5.0.2...v5.1.2) --- updated-dependencies: - dependency-name: pymiesim dependency-version: 5.1.2 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 314a8dea8..05b9f3882 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ dependencies = [ "pydantic ~=2.9", "numpy >=2.0", 'pint ~=0.24', - 'PyMieSim ==5.0.2', + 'PyMieSim ==5.1.2', 'MPSPlots >=1.8.9', "TypedUnit" ]