From 2a48bf945696f152dd15078436a5440df57d6b49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jun 2021 01:02:34 +0000 Subject: [PATCH] Bump urllib3 from 1.23 to 1.26.5 in /Code/V1/src/p300_service Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.23 to 1.26.5. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.23...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Code/V1/src/p300_service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/V1/src/p300_service/requirements.txt b/Code/V1/src/p300_service/requirements.txt index 27f6c5c3..44844edd 100644 --- a/Code/V1/src/p300_service/requirements.txt +++ b/Code/V1/src/p300_service/requirements.txt @@ -46,7 +46,7 @@ scipy==1.1.0 seaborn==0.9.0 six==1.11.0 socketIO-client==0.7.2 -urllib3==1.23 +urllib3==1.26.5 websocket-client==0.53.0 websockets==5.0.1 Werkzeug==0.14.1