From 5cb3961c8cdae384bfa5b39b15c83f42cdfe0561 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 05:52:29 +0000 Subject: [PATCH] Bump webexpythonsdk from 2.0.5 to 2.0.6 Bumps [webexpythonsdk](https://github.com/WebexCommunity/WebexPythonSDK) from 2.0.5 to 2.0.6. - [Release notes](https://github.com/WebexCommunity/WebexPythonSDK/releases) - [Commits](https://github.com/WebexCommunity/WebexPythonSDK/compare/v2.0.5...v2.0.6) --- updated-dependencies: - dependency-name: webexpythonsdk dependency-version: 2.0.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a74d120..9730cd6 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open('README.md') as readme_file: readme = readme_file.read() -requirements = ['webexpythonsdk==2.0.5', 'coloredlogs', 'websockets==16', 'backoff'] +requirements = ['webexpythonsdk==2.0.6', 'coloredlogs', 'websockets==16', 'backoff'] setup_requirements = ['pytest-runner', ]