From 680cd0a407cc3e1d97fb693eb852669b9c2dae4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Jun 2021 18:02:24 +0000 Subject: [PATCH] Bump websockets from 8.1 to 9.1 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] --- requirements.txt | 2 +- server_requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index c10ce90..ecb16f2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,5 +24,5 @@ sniffio==1.1.0 socketIO-client==0.7.2 urllib3==1.25.8 websocket-client==0.57.0 -websockets==8.1 +websockets==9.1 wincertstore==0.2 diff --git a/server_requirements.txt b/server_requirements.txt index d84f821..cfaa37f 100644 --- a/server_requirements.txt +++ b/server_requirements.txt @@ -36,5 +36,5 @@ sniffio==1.1.0 socketIO-client==0.7.2 urllib3==1.25.8 websocket-client==0.57.0 -websockets==8.1 +websockets==9.1 wincertstore==0.2