From 46d8657d4f88135e078e5ecca606d48fcff67ab1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Apr 2024 17:17:12 +0000 Subject: [PATCH 1/2] chore(pip-prod)(deps): bump websockets from 10.2 to 12.0 Bumps [websockets](https://github.com/python-websockets/websockets) from 10.2 to 12.0. - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](https://github.com/python-websockets/websockets/compare/10.2...12.0) --- 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 75f4219..5e14e2f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,4 +14,4 @@ sentry-sdk==1.45.0 urllib3==2.2.1 webex-bot==0.4.1 webexteamssdk==1.6.1 -websockets==10.2 +websockets==12.0 -- 2.47.1 From c5046041861301438a23db6c0f512a81cb0994c4 Mon Sep 17 00:00:00 2001 From: Luke Tainton Date: Wed, 24 Apr 2024 21:11:07 +0100 Subject: [PATCH 2/2] chore(pip-prod)(deps): bump webex-bot from 0.4.1 to 0.4.7 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5e14e2f..1a19283 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,6 +12,6 @@ requests-toolbelt==1.0.0 requests==2.31.0 sentry-sdk==1.45.0 urllib3==2.2.1 -webex-bot==0.4.1 +webex-bot==0.4.7 webexteamssdk==1.6.1 websockets==12.0 -- 2.47.1