From 61b24154cb56c2da3295dea837323b9d63568ddb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 15:44:54 +0000 Subject: [PATCH] chore(pip-prod)(deps): bump websockets from 11.0.3 to 14.1 Bumps [websockets](https://github.com/python-websockets/websockets) from 11.0.3 to 14.1. - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](https://github.com/python-websockets/websockets/compare/11.0.3...14.1) --- updated-dependencies: - dependency-name: websockets dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9cbc855..6d6ce20 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,4 +14,4 @@ tomlkit==0.13.2 urllib3==2.2.3 webex-bot==0.5.2 webexteamssdk==1.6.1 -websockets==11.0.3 +websockets==14.1 -- 2.47.1