From 96350a83149a3f318840431810c6aee5a197ccc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 04:03:16 +0000 Subject: [PATCH] Bump playsound3 from 3.2.8 to 3.3.1 Bumps [playsound3](https://github.com/sjmikler/playsound3) from 3.2.8 to 3.3.1. - [Commits](https://github.com/sjmikler/playsound3/compare/v3.2.8...v3.3.1) --- updated-dependencies: - dependency-name: playsound3 dependency-version: 3.3.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 f26c6713..b3d6b8fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ "plotly-express==0.4.1", "watchdog==6.0.0", "psutil==7.1.1", - "playsound3==3.2.8", + "playsound3==3.3.1", "imageio==2.37.0", "imageio-ffmpeg==0.6.0", "PyImarisWriter==0.7.0; sys_platform=='win32'"