From 1d12e9a8637411a00c4d5ec09d3c6c77248d1dcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Jun 2021 17:56:44 +0000 Subject: [PATCH] :arrow_up: Bump websockets from 8.1 to 9.1 in /server Bumps [websockets](https://github.com/aaugustin/websockets) from 8.1 to 9.1. - [Release notes](https://github.com/aaugustin/websockets/releases) - [Changelog](https://github.com/aaugustin/websockets/blob/9.1/docs/changelog.rst) - [Commits](https://github.com/aaugustin/websockets/compare/8.1...9.1) --- updated-dependencies: - dependency-name: websockets dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 9207ddc..6fbfa00 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -10,4 +10,4 @@ h11==0.8.1 # via uvicorn pydantic==0.32.2 # via fastapi starlette==0.12.9 # via fastapi uvicorn==0.11.7 -websockets==8.1 # via uvicorn +websockets==9.1 # via uvicorn