From 81ccc8b74b9e40b04357a7d84cfe9cb77effdbc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 11:53:06 +0000 Subject: [PATCH] Bump urllib3 from 1.25.9 to 1.25.11 in /python Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.9 to 1.25.11. - [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.9...1.25.11) Signed-off-by: dependabot[bot] --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index 3204555167..b01f502d08 100644 --- a/python/setup.py +++ b/python/setup.py @@ -44,7 +44,7 @@ # Addresses CVE PRISMA-2021-0020 "click >= 8.0.0a1, < 8.1", # Addresses CVE CVE-2019-11236 and CVE-2020-26137 - "urllib3 == 1.25.9", + "urllib3 == 1.25.11", ], extras_require=extras, entry_points={