Skip to content

Commit 9a1c782

Browse files
SNOW-222179 SNOW-222179 Update urllib3 requirement from <1.26.0,>=1.20 to >=1.20,<1.27.0 (#529)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9ef18a2 commit 9a1c782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def _get_arrow_lib_as_linker_input(self):
194194
'azure-storage-blob>=12.0.0,<13.0.0;python_version>="3.5.2"',
195195
'boto3>=1.4.4,<1.16',
196196
'requests<2.24.0',
197-
'urllib3>=1.20,<1.26.0',
197+
'urllib3>=1.20,<1.27.0',
198198
'certifi<2021.0.0',
199199
'pytz<2021.0',
200200
'pycryptodomex>=3.2,!=3.5.0,<4.0.0',

0 commit comments

Comments
 (0)