From 79c14c8db08d6446694aa0a4caab1380c4c0e4f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 04:19:45 +0000 Subject: [PATCH] Bump python-statemachine from 2.3.6 to 2.4.0 Bumps [python-statemachine](https://github.com/fgmacedo/python-statemachine) from 2.3.6 to 2.4.0. - [Release notes](https://github.com/fgmacedo/python-statemachine/releases) - [Commits](https://github.com/fgmacedo/python-statemachine/compare/v2.3.6...v2.4.0) --- updated-dependencies: - dependency-name: python-statemachine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 222b908..ad49ab4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -87,7 +87,7 @@ python-dateutil==2.9.0.post0 # via tempora python-dotenv==1.0.1 # via pydantic-settings -python-statemachine==2.3.6 +python-statemachine==2.4.0 # via supa (setup.cfg) pytz==2024.2 # via apscheduler