From 200aa2977a3c7df958deea65532e91a84b54ffa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Sep 2022 19:38:39 +0000 Subject: [PATCH] Bump urllib3 from 1.25.6 to 1.26.5 in /client Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.6 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.25.6...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- client/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/requirements.txt b/client/requirements.txt index 45021a2..a803f1a 100644 --- a/client/requirements.txt +++ b/client/requirements.txt @@ -5,5 +5,5 @@ idna==2.8 pyserial==3.4 requests==2.22.0 rplidar==0.9.2 -urllib3==1.25.6 +urllib3==1.26.5 websockets==8.0.2