From a7da8bc0899b11242edb3b52098e48d8b481c071 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 19:26:10 +0000 Subject: [PATCH] Bump websockets from 10.0 to 12.0 Bumps [websockets](https://github.com/python-websockets/websockets) from 10.0 to 12.0. - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](https://github.com/python-websockets/websockets/compare/10.0...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 906d13d..dd5b71b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ sanic==21.12.2 docker==7.0.0 -websockets==10.0 +websockets==12.0 requests==2.31.0 uvloop==0.19.0 websocket-client==1.7.0