From b6190b719265451497187fc8c4a41c81501ed341 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Jun 2021 18:15:09 +0000 Subject: [PATCH] Bump websockets from 8.1 to 9.1 in /backend/requirements 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] --- backend/requirements/dev.txt | 2 +- backend/requirements/prod.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements/dev.txt b/backend/requirements/dev.txt index 752e10c..53a304b 100644 --- a/backend/requirements/dev.txt +++ b/backend/requirements/dev.txt @@ -51,5 +51,5 @@ urllib3==1.25.10 uvicorn==0.11.7 uvloop==0.14.0 wcwidth==0.2.5 -websockets==8.1 +websockets==9.1 zipp==3.1.0 diff --git a/backend/requirements/prod.txt b/backend/requirements/prod.txt index a0074dc..b5da8f9 100644 --- a/backend/requirements/prod.txt +++ b/backend/requirements/prod.txt @@ -26,4 +26,4 @@ transformers==3.0.2 urllib3==1.25.10 uvicorn==0.11.7 uvloop==0.14.0 -websockets==8.1 +websockets==9.1