From 4f1dc799117de9b806be0bcb309780878307bfb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2019 09:42:00 +0000 Subject: [PATCH] Bump websockets from 4.0.1 to 5.0 in /Chapter04/Lie_to_me Bumps [websockets](https://github.com/aaugustin/websockets) from 4.0.1 to 5.0. - [Release notes](https://github.com/aaugustin/websockets/releases) - [Changelog](https://github.com/aaugustin/websockets/blob/master/docs/changelog.rst) - [Commits](https://github.com/aaugustin/websockets/compare/4.0.1...5.0) Signed-off-by: dependabot[bot] --- Chapter04/Lie_to_me/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter04/Lie_to_me/requirements.txt b/Chapter04/Lie_to_me/requirements.txt index a6ed908..be7e8b9 100644 --- a/Chapter04/Lie_to_me/requirements.txt +++ b/Chapter04/Lie_to_me/requirements.txt @@ -42,6 +42,6 @@ six==1.11.0 sklearn traitlets==4.3.2 wcwidth==0.1.7 -websockets==4.0.1 +websockets==5.0 Werkzeug==0.14.1 wrapt==1.10.11