summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@users.noreply.github.com>2022-10-10 02:10:08 +0100
committerPradyun Gedam <pradyunsg@users.noreply.github.com>2022-10-11 00:13:17 +0100
commit2e7f88e71d41442e66e97cffdaabd49be3093405 (patch)
tree48ad7181a776e7745444a283bc7fd44d1a3dfd99 /tools
parentf8a25921e5c443b07483017b0ffdeb08b9ba2fdf (diff)
downloadpip-2e7f88e71d41442e66e97cffdaabd49be3093405.tar.gz
Upgrade urllib3 to 1.26.12
Diffstat (limited to 'tools')
-rw-r--r--tools/vendoring/patches/urllib3-disable-brotli.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/vendoring/patches/urllib3-disable-brotli.patch b/tools/vendoring/patches/urllib3-disable-brotli.patch
index 1058ac479..7a8eaa306 100644
--- a/tools/vendoring/patches/urllib3-disable-brotli.patch
+++ b/tools/vendoring/patches/urllib3-disable-brotli.patch
@@ -1,8 +1,8 @@
diff --git a/src/pip/_vendor/urllib3/response.py b/src/pip/_vendor/urllib3/response.py
-index fdb50ddb2..db259d6ce 100644
+index 01f08eee8..4969b70e3 100644
--- a/src/pip/_vendor/urllib3/response.py
+++ b/src/pip/_vendor/urllib3/response.py
-@@ -7,13 +7,7 @@
+@@ -8,13 +8,7 @@
from socket import error as SocketError
from socket import timeout as SocketTimeout
@@ -15,8 +15,8 @@ index fdb50ddb2..db259d6ce 100644
- brotli = None
+brotli = None
+ from . import util
from ._collections import HTTPHeaderDict
- from .connection import BaseSSLError, HTTPException
diff --git a/src/pip/_vendor/urllib3/util/request.py b/src/pip/_vendor/urllib3/util/request.py
index b574b081e..330766ef4 100644
--- a/src/pip/_vendor/urllib3/util/request.py