From 7cf89aa0144858da215cff8403f65cce2f6e2baf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jun 2023 16:09:18 -0300 Subject: [PATCH] build(deps): bump websocket-client from 1.5.3 to 1.6.0 (#1022) Bumps [websocket-client](https://github.com/websocket-client/websocket-client) from 1.5.3 to 1.6.0. - [Release notes](https://github.com/websocket-client/websocket-client/releases) - [Changelog](https://github.com/websocket-client/websocket-client/blob/master/ChangeLog) - [Commits](https://github.com/websocket-client/websocket-client/compare/v1.5.3...v1.6.0) --- updated-dependencies: - dependency-name: websocket-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- scripts/KlipperScreen-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/KlipperScreen-requirements.txt b/scripts/KlipperScreen-requirements.txt index 3cfd0190..5f5ef03c 100644 --- a/scripts/KlipperScreen-requirements.txt +++ b/scripts/KlipperScreen-requirements.txt @@ -1,7 +1,7 @@ jinja2==3.1.2 netifaces==0.11.0 requests==2.31.0 -websocket-client==1.5.3 +websocket-client==1.6.0 pycairo==1.23.0 PyGObject==3.44.1 python-mpv==0.5.2