From 49630f29df93d4341f5c7c391ef9a5a01095a9f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 20:55:41 +0000 Subject: [PATCH] Update python-statemachine[diagrams] requirement from >=3.0.0 to >=3.1.2 Updates the requirements on [python-statemachine[diagrams]](https://github.com/fgmacedo/python-statemachine) to permit the latest version. - [Release notes](https://github.com/fgmacedo/python-statemachine/releases) - [Commits](https://github.com/fgmacedo/python-statemachine/compare/v3.0.0...v3.1.2) --- updated-dependencies: - dependency-name: python-statemachine[diagrams] dependency-version: 3.1.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bdd12aa..1468507 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ statemachine = [ "python-statemachine>=3.1.2", ] statemachine_diagrams = [ - "python-statemachine[diagrams]>=3.0.0", + "python-statemachine[diagrams]>=3.1.2", ] [dependency-groups] diff --git a/uv.lock b/uv.lock index ff9c031..2d89c07 100644 --- a/uv.lock +++ b/uv.lock @@ -64,7 +64,7 @@ requires-dist = [ { name = "pyglet", specifier = ">=2.1.dev5" }, { name = "pysdl2", specifier = ">=0.9.16" }, { name = "python-statemachine", marker = "extra == 'statemachine'", specifier = ">=3.1.2" }, - { name = "python-statemachine", extras = ["diagrams"], marker = "extra == 'statemachine-diagrams'", specifier = ">=3.0.0" }, + { name = "python-statemachine", extras = ["diagrams"], marker = "extra == 'statemachine-diagrams'", specifier = ">=3.1.2" }, { name = "pyyaml", specifier = ">=6.0" }, { name = "screeninfo", specifier = ">=0.8.1" }, { name = "watchdog", specifier = ">=5.0.0" },