From 7825d314a6063abb061c3a978fbd328926a15bcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 15:19:58 +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 1d87790..ef3b9f1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ sanic==21.9.3 docker==3.6.0 -websockets==10.0 +websockets==12.0 requests==2.27.1 uvloop==0.17.0 websocket-client==1.6.1