From 6560750eec39bd74ce614b08c1c6ebcdf016175f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 12:33:30 +0000 Subject: [PATCH] build(deps): bump ebus-sdk from 0.19.0 to 0.20.1 Bumps [ebus-sdk](https://github.com/electrification-bus/python-sdk) from 0.19.0 to 0.20.1. - [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/compare/v0.19.0...v0.20.1) --- updated-dependencies: - dependency-name: ebus-sdk dependency-version: 0.20.1 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 7454906..27a1f52 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.19.0", + "ebus-sdk==0.20.1", "paho-mqtt>=2.0.0", ]