From 136896d66174b5e8a14a62b79e46d5d400032af5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 03:25:37 +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.1.1 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 6d2e773f9..060d2815d 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" ]