From acc6f4ade2b0c1ffacbf44106a728d5e91782839 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Jun 2021 18:03:29 +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.ci.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.ci.txt b/requirements.ci.txt index 5142c16..d1be2a4 100644 --- a/requirements.ci.txt +++ b/requirements.ci.txt @@ -16,6 +16,6 @@ requests==2.23.0 typed-ast==1.4.1 typing-extensions==3.7.4.2 urllib3==1.25.8 -websockets==8.1 +websockets==9.1 Werkzeug==1.0.1 yarl==1.4.2 diff --git a/requirements.txt b/requirements.txt index 7148d19..571efee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -51,6 +51,6 @@ typed-ast==1.4.1 typing-extensions==3.7.4.2 ujson==1.35 urllib3==1.25.8 -websockets==8.1 +websockets==9.1 Werkzeug==1.0.1 yarl==1.4.2