Skip to content

Commit 2964d35

Browse files
lukesneeringerlandrito
authored andcommitted
Bump requests minimum bound to 2.18.0 (googleapis#3748)
1 parent 1078ca1 commit 2964d35

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

bigquery/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
'google-cloud-core >= 0.26.0, < 0.27dev',
5555
'google-auth >= 1.0.0',
5656
'google-resumable-media >= 0.2.1',
57-
'requests >= 2.0.0',
57+
'requests >= 2.18.0',
5858
]
5959

6060
setup(

core/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
'googleapis-common-protos >= 1.3.4',
5555
'protobuf >= 3.0.0',
5656
'google-auth >= 0.4.0, < 2.0.0dev',
57-
'requests >= 2.4.0, < 3.0.0dev',
57+
'requests >= 2.18.0, < 3.0.0dev',
5858
'setuptools >= 34.0.0',
5959
'six',
6060
'tenacity >= 4.0.0, <5.0.0dev'

storage/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
'google-cloud-core >= 0.26.0, < 0.27dev',
5555
'google-auth >= 1.0.0',
5656
'google-resumable-media >= 0.2.3',
57-
'requests >= 2.0.0',
57+
'requests >= 2.18.0',
5858
]
5959

6060
setup(

0 commit comments

Comments
 (0)