From 689921249c7767b554ef3aa8dcd9e15991ce9d64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Jun 2021 17:43:44 +0000 Subject: [PATCH] Bump websockets from 3.4 to 9.1 Bumps [websockets](https://github.com/aaugustin/websockets) from 3.4 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/3.4...9.1) --- updated-dependencies: - dependency-name: websockets dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 494505d..9215d36 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,4 @@ jsonschema==2.6.0 MarkupSafe==1.0 six==1.11.0 git+https://github.com/igordejanovic/textX.git#egg=textX -websockets==3.4 \ No newline at end of file +websockets==9.1 \ No newline at end of file diff --git a/setup.py b/setup.py index c2f0342..8ba0f6b 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ 'jsonschema==2.6.0', 'MarkupSafe==1.0', 'six==1.11.0', - 'websockets==3.4', + 'websockets==9.1', 'Arpeggio==1.7', 'textX' ],