From d59613cb1d73a2265c697b821ff05195421ad224 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2019 14:29:10 +0000 Subject: [PATCH] Bump urllib3 in /src/command_modules/azure-cli-appservice Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.16 to 1.24.2. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/master/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.16...1.24.2) Signed-off-by: dependabot[bot] --- src/command_modules/azure-cli-appservice/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command_modules/azure-cli-appservice/setup.py b/src/command_modules/azure-cli-appservice/setup.py index 44d3c52b9..3c5d486e6 100644 --- a/src/command_modules/azure-cli-appservice/setup.py +++ b/src/command_modules/azure-cli-appservice/setup.py @@ -28,7 +28,7 @@ 'azure-cli-core', 'azure-mgmt-web==0.31.0', # v1.17 breaks on wildcard cert https://github.com/shazow/urllib3/issues/981 - 'urllib3[secure]==1.16', + 'urllib3[secure]==1.24.2', 'xmltodict', 'pyOpenSSL', ]