From 8369fa6331749e22bb520812a6047f7036ca05e9c6618f6540f006406a148b50 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 6 Sep 2023 21:43:32 +0000 Subject: [PATCH] - update to 1.25.9 (bsc#1177120, CVE-2020-26137): OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urllib3_1?expand=0&rev=13 --- python-urllib3_1.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-urllib3_1.changes b/python-urllib3_1.changes index 3efff17..a716bc3 100644 --- a/python-urllib3_1.changes +++ b/python-urllib3_1.changes @@ -267,7 +267,7 @@ Tue Aug 4 16:09:35 UTC 2020 - Dirk Mueller ------------------------------------------------------------------- Tue Jun 2 17:19:23 UTC 2020 - Dirk Mueller -- update to 1.25.9: +- update to 1.25.9 (bsc#1177120, CVE-2020-26137): * Added ``InvalidProxyConfigurationWarning`` which is raised when erroneously specifying an HTTPS proxy URL. urllib3 doesn't currently support connecting to HTTPS proxies but will soon be able to