From 838b4f4e52b388e905d6cbbd32e0c7421b7d1ec1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 05:29:17 +0000 Subject: [PATCH] chore(deps): bump websockets from 13.1 to 14.0 Bumps [websockets](https://github.com/python-websockets/websockets) from 13.1 to 14.0. - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](https://github.com/python-websockets/websockets/compare/13.1...14.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 8841ce9c8..a78ca1e6c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -57,7 +57,7 @@ pytz==2024.2 schedule==1.2.2 #WS Messages -websockets==13.1 +websockets==14.0 janus==1.1.0 ast-comments==1.2.2