From ef055a734f69b2fad310090883a112dae4c7b925 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Jun 2021 17:47:32 +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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5a73e08..6f76687 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ packages=setuptools.find_packages(), license='MIT', install_requires=[ - 'websockets==6.0' + 'websockets==9.1' ], package_data = { '': ['*parameters.txt']