From 4148fb8288d978d976dc43162157d7c16ea45c76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 11:53:04 +0000 Subject: [PATCH] Bump pymiesim from 5.0.2 to 5.1.1 Bumps [pymiesim](https://github.com/MartinPdeS/PyMieSim) from 5.0.2 to 5.1.1. - [Commits](https://github.com/MartinPdeS/PyMieSim/compare/v5.0.2...v5.1.1) --- updated-dependencies: - dependency-name: pymiesim dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 57c4073b7..31598b06c 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.1', 'MPSPlots >=1.8.9', "TypedUnit" ]