From 9d4369db52153eb3d10f984c5e10c31b31ae1248 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 04:02:35 +0000 Subject: [PATCH] build(deps): bump ebus-sdk from 0.1.5 to 0.19.0 Bumps [ebus-sdk](https://github.com/electrification-bus/python-sdk) from 0.1.5 to 0.19.0. - [Release notes](https://github.com/electrification-bus/python-sdk/releases) - [Changelog](https://github.com/electrification-bus/python-sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/electrification-bus/python-sdk/commits/v0.19.0) --- updated-dependencies: - dependency-name: ebus-sdk dependency-version: 0.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f6252b0..7454906 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ # this file rather than the lockfile, so the declared bound is the operative control # in production. Raising it is a deliberate follow-up with its own testing, not a # side effect of moving code. - "ebus-sdk==0.1.5", + "ebus-sdk==0.19.0", "paho-mqtt>=2.0.0", ]