From 197877e21aed15c498703482c8b4b896eb387988 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Jul 2022 00:56:43 +0000 Subject: [PATCH] Bump websockify from 0.9.0 to 0.10.0 Bumps [websockify](https://github.com/novnc/websockify) from 0.9.0 to 0.10.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.9.0...v0.10.0) --- updated-dependencies: - dependency-name: websockify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a70ebcf..3537e6f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ rq-scheduler==0.10.0 sqlalchemy==1.3.22 sshtunnel==0.2.2 tenacity==5.0.2 -websockify==0.9.0 +websockify==0.10.0 pylint==2.13.9 pylint-quotes==0.2.3 sentry-sdk[flask]