From 592969f1e2fa386cf6473f0ae609d93c6e1c026f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 22:54:52 +0000 Subject: [PATCH] chore(deps-pip): bump majordom-integration-sdk in the python-deps group Bumps the python-deps group with 1 update: [majordom-integration-sdk](https://github.com/MajorDom-Systems/integration-sdk). Updates `majordom-integration-sdk` from 0.1.3 to 0.1.4 - [Release notes](https://github.com/MajorDom-Systems/integration-sdk/releases) - [Commits](https://github.com/MajorDom-Systems/integration-sdk/compare/v0.1.3...v0.1.4) --- updated-dependencies: - dependency-name: majordom-integration-sdk dependency-version: 0.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-deps ... Signed-off-by: dependabot[bot] --- poetry.lock | 13 ++++++++----- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 73ba6b8..7d1f841 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.3.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "annotated-types" @@ -459,14 +459,14 @@ files = [ [[package]] name = "majordom-integration-sdk" -version = "0.1.3" +version = "0.1.4" description = "Models, protocols, and tooling for building MajorDom integrations." optional = false python-versions = ">=3.12" groups = ["main"] files = [ - {file = "majordom_integration_sdk-0.1.3-py3-none-any.whl", hash = "sha256:302193ced0b3aa882dd284faaf80ab9e411d2e87415f086ad4d474d83d2917a5"}, - {file = "majordom_integration_sdk-0.1.3.tar.gz", hash = "sha256:07a1c9874d1da51800cc761609671b6c060e1bcf4ee0a77dd07a71051a79040a"}, + {file = "majordom_integration_sdk-0.1.4-py3-none-any.whl", hash = "sha256:518e4dbea8872b0f8c209e9dafbdee8c76ef63c32bdd5fd15e8d0802d7a625f9"}, + {file = "majordom_integration_sdk-0.1.4.tar.gz", hash = "sha256:23f6da2bdf7b4ee9928a1a33e6d371c6e5bf05aae0661b7d59656f16501e6418"}, ] [package.dependencies] @@ -475,6 +475,9 @@ pydantic = ">=2.0,<3.0" python-slugify = "*" zeroconf = ">=0.130" +[package.extras] +cli = ["rich (>=13)", "typer-shell (>=0.2)"] + [[package]] name = "msgpack" version = "1.2.1" @@ -1876,4 +1879,4 @@ ifaddr = ">=0.1.7" [metadata] lock-version = "2.1" python-versions = ">=3.12" -content-hash = "6394089d0bde396c77a39f87ed05947e001c921d42a49f8810507867a865018e" +content-hash = "5165243b3db7119e788ad3d65e440f4bb27424df191f1203438f8b008032be89" diff --git a/pyproject.toml b/pyproject.toml index 885daa7..96fc116 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ ] requires-python = ">=3.12" dependencies = [ - "majordom-integration-sdk (>=0.1,<1.0)", + "majordom-integration-sdk (>=0.1.4,<1.0)", ] [project.urls]