From d4dd9882a936262ead29354dcbbe909fdd200a75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jun 2021 03:11:53 +0000 Subject: [PATCH] Bump urllib3 in /docs/samples/custom/kfserving-custom-model Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.8 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.8...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../custom/kfserving-custom-model/model-server/requirements.txt | 2 +- docs/samples/custom/kfserving-custom-model/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/samples/custom/kfserving-custom-model/model-server/requirements.txt b/docs/samples/custom/kfserving-custom-model/model-server/requirements.txt index 2bd6b74..4f49bc9 100644 --- a/docs/samples/custom/kfserving-custom-model/model-server/requirements.txt +++ b/docs/samples/custom/kfserving-custom-model/model-server/requirements.txt @@ -37,5 +37,5 @@ table-logger==0.3.6 torch==1.4.0 torchvision==0.5.0 tornado==6.0.3 -urllib3==1.25.8 +urllib3==1.26.5 websocket-client==0.57.0 diff --git a/docs/samples/custom/kfserving-custom-model/requirements.txt b/docs/samples/custom/kfserving-custom-model/requirements.txt index 33e0252..edfb264 100644 --- a/docs/samples/custom/kfserving-custom-model/requirements.txt +++ b/docs/samples/custom/kfserving-custom-model/requirements.txt @@ -72,7 +72,7 @@ terminado==0.8.3 testpath==0.4.4 tornado==6.0.4 traitlets==4.3.3 -urllib3==1.25.8 +urllib3==1.26.5 wcwidth==0.1.8 webencodings==0.5.1 websocket-client==0.57.0