From 1ed43cb39e14ace9df2ff54446c7b647f53139b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 01:41:13 +0000 Subject: [PATCH] Bump urllib3 in /benchmarks/online-shop/recommendationservice Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.10 to 1.26.17. - [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.26.10...1.26.17) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- benchmarks/online-shop/recommendationservice/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/online-shop/recommendationservice/requirements.txt b/benchmarks/online-shop/recommendationservice/requirements.txt index de6a25c4..a160e2a2 100644 --- a/benchmarks/online-shop/recommendationservice/requirements.txt +++ b/benchmarks/online-shop/recommendationservice/requirements.txt @@ -112,5 +112,5 @@ six==1.16.0 # grpcio uritemplate==3.0.1 # via google-api-python-client -urllib3==1.26.10 +urllib3==1.26.17 # via requests