From 1b9114d4c3886fa53edebd716e3d3c5405d3cb47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 04:24:10 +0000 Subject: [PATCH] build(deps-dev): update scpn-studio-platform requirement Updates the requirements on [scpn-studio-platform](https://github.com/anulum/scpn-studio-platform) to permit the latest version. - [Commits](https://github.com/anulum/scpn-studio-platform/commits) --- updated-dependencies: - dependency-name: scpn-studio-platform dependency-version: 0.11.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ab375c1..14f9890 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -111,7 +111,7 @@ accelerated = [ # stays lean and dependency-free; the studio surface is opt-in. Local dev can use # PYTHONPATH=../SCPN-STUDIO-PLATFORM/src instead of installing. studio = [ - "scpn-studio-platform>=0.10,<0.11", + "scpn-studio-platform>=0.10,<0.12", ] [tool.setuptools.packages.find]