From cf65fb1ce2194282c39c517d4b24828c59062e1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 16:11:09 +0000 Subject: [PATCH] Bump python-statemachine from 2.1.0 to 2.1.2 Bumps [python-statemachine](https://github.com/fgmacedo/python-statemachine) from 2.1.0 to 2.1.2. - [Release notes](https://github.com/fgmacedo/python-statemachine/releases) - [Commits](https://github.com/fgmacedo/python-statemachine/compare/2.1.0...2.1.2) --- updated-dependencies: - dependency-name: python-statemachine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index a5414d136..940ef7782 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1590,13 +1590,13 @@ six = ">=1.5" [[package]] name = "python-statemachine" -version = "2.1.0" +version = "2.1.2" description = "Python Finite State Machines made easy." optional = false -python-versions = ">=3.7,<3.12" +python-versions = ">=3.7,<3.13" files = [ - {file = "python_statemachine-2.1.0-py3-none-any.whl", hash = "sha256:195d8a1059ea22e94effce35d5fd9352362391e07ed248e04e27fadb49b41726"}, - {file = "python_statemachine-2.1.0.tar.gz", hash = "sha256:aded5878526f5249465ce5aec3fb8babc9e08261bba4a4e0d147403e73335c34"}, + {file = "python_statemachine-2.1.2-py3-none-any.whl", hash = "sha256:d7e369d5da5b9007cc7cf5eb7a1b169081e2f4b7d30b6415fc122858fb7696ec"}, + {file = "python_statemachine-2.1.2.tar.gz", hash = "sha256:0b0dd8b28738b53f14391b06d5072cd5e72259da5ae23574d3d4f5e6dd366663"}, ] [[package]] @@ -1987,4 +1987,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = ">=3.11,<3.12" -content-hash = "0f88bf773081ba6235cb774dfabe5545a67228599e4303f46876beeb2e745a61" +content-hash = "3eb68322f2659bc1a66c9300766246a504fd9eef57eb0c2a66f1afa173bc7099" diff --git a/pyproject.toml b/pyproject.toml index 3562d765b..fed7988fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ pyyaml = "^6.0" schema = "^0.7.5" pyserial = "^3.5" beautifulsoup4 = "^4.12.2" -python-statemachine = "^2.1.0" +python-statemachine = "^2.1.2" numpy = "^1.26.0" decorator = "^5.1.1" pycsvy = "^0.2.2"