From fa5061569af01a5617887ef8d1b2847286582d57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 12:33:54 +0000 Subject: [PATCH] build(deps): bump ebus-sdk from 0.1.5 to 0.17.0 Bumps [ebus-sdk](https://github.com/electrification-bus/python-sdk) from 0.1.5 to 0.17.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.17.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 5403187..3526693 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.17.0", "paho-mqtt>=2.0.0", ]