From a3cd26e36760a590258bbdaa24061905df8553f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 22:18:06 +0000 Subject: [PATCH] Bump urllib3 from 1.22 to 1.26.5 in /machine-learning Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.22 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.22...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- machine-learning/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine-learning/requirements.txt b/machine-learning/requirements.txt index c46b507..710d15b 100644 --- a/machine-learning/requirements.txt +++ b/machine-learning/requirements.txt @@ -28,6 +28,6 @@ six==1.11.0 tabulate==0.8.2 tensorflow==1.5.0 tensorflow-tensorboard==1.5.1 -urllib3==1.22 +urllib3==1.26.5 Werkzeug==0.14.1 wrapt==1.10.11