From e8caa17f9788ffb541efc1a37ca9c088147c0a9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 23:57:12 +0000 Subject: [PATCH] Bump urllib3 in /applications/istio/bookinfo/src/productpage Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.2 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.24.2...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- applications/istio/bookinfo/src/productpage/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/istio/bookinfo/src/productpage/requirements.txt b/applications/istio/bookinfo/src/productpage/requirements.txt index 1d877d60..dd4c1730 100644 --- a/applications/istio/bookinfo/src/productpage/requirements.txt +++ b/applications/istio/bookinfo/src/productpage/requirements.txt @@ -17,6 +17,6 @@ opentracing==1.2.2 opentracing-instrumentation==2.4.3 requests==2.20.0 simplejson==3.13.2 -urllib3==1.24.2 +urllib3==1.26.5 visitor==0.1.3 Werkzeug==0.13