From ba2cf8015b0afe62051fbd9a9c7cfc8889df3d32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 04:00:51 +0000 Subject: [PATCH] chore(deps): bump websockets from 12.0 to 13.0 Bumps [websockets](https://github.com/python-websockets/websockets) from 12.0 to 13.0. - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](https://github.com/python-websockets/websockets/compare/12.0...13.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 fde00dd91..a94796526 100644 --- a/requirements.txt +++ b/requirements.txt @@ -59,7 +59,7 @@ pytz==2024.1 schedule==1.2.2 #WS Messages -websockets==12.0 +websockets==13.0 janus==1.0.0 ast-comments==1.2.2