From 53c040b3531c3c0f24f748e0272e76864aa5f81f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Jun 2021 17:46:28 +0000 Subject: [PATCH] Bump websockets from 6.0 to 9.1 Bumps [websockets](https://github.com/aaugustin/websockets) from 6.0 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/6.0...9.1) --- updated-dependencies: - dependency-name: websockets dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-frozen.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-frozen.txt b/requirements-frozen.txt index 1b8f4d0..eff346a 100644 --- a/requirements-frozen.txt +++ b/requirements-frozen.txt @@ -18,5 +18,5 @@ sanic-jinja2==0.7.2 ujson==1.35 urllib3==1.24.2 uvloop==0.11.3 -websockets==6.0 +websockets==9.1 yarl==1.3.0 diff --git a/requirements.txt b/requirements.txt index 30f1f0b..9395867 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ aiohttp aiofiles peewee sanic-jinja2 -websockets<6.0 +websockets<10.0 # cli argh