From bea20087549a37c858e2411534678a527bd77e5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Dec 2020 17:39:55 -0500 Subject: [PATCH] Bump websockify from 0.8.0 to 0.9.0 (#75) Bumps [websockify](https://github.com/novnc/websockify) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/novnc/websockify/releases) - [Changelog](https://github.com/novnc/websockify/blob/master/CHANGES.txt) - [Commits](https://github.com/novnc/websockify/compare/v0.8.0...v0.9.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 453c7bb..142ff46 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ rq-scheduler==0.10.0 sqlalchemy==1.3.22 sshtunnel==0.2.2 tenacity==5.0.2 -websockify==0.8.0 +websockify==0.9.0 pylint==2.6.0 pylint-quotes==0.2.1 sentry-sdk[flask]