From 0b7e863e099a0077eb1e5e7afeaf233a010ed047 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Aug 2022 00:03:25 +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 240c261..b4adcc2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ rq-dashboard==0.6.1 rq-scheduler==0.10.0 sqlalchemy==1.3.22 tenacity==5.0.2 -websockify==0.9.0 +websockify==0.10.0 pylint==2.13.9 pylint-quotes==0.2.3 sentry-sdk[flask]