Skip to content

Commit

Permalink
Bump requests minimum bound to 2.18.0 (googleapis#3748)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukesneeringer authored and landrito committed Aug 22, 2017
1 parent 1078ca1 commit 2964d35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bigquery/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
'google-cloud-core >= 0.26.0, < 0.27dev',
'google-auth >= 1.0.0',
'google-resumable-media >= 0.2.1',
'requests >= 2.0.0',
'requests >= 2.18.0',
]

setup(
Expand Down
2 changes: 1 addition & 1 deletion core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
'googleapis-common-protos >= 1.3.4',
'protobuf >= 3.0.0',
'google-auth >= 0.4.0, < 2.0.0dev',
'requests >= 2.4.0, < 3.0.0dev',
'requests >= 2.18.0, < 3.0.0dev',
'setuptools >= 34.0.0',
'six',
'tenacity >= 4.0.0, <5.0.0dev'
Expand Down
2 changes: 1 addition & 1 deletion storage/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
'google-cloud-core >= 0.26.0, < 0.27dev',
'google-auth >= 1.0.0',
'google-resumable-media >= 0.2.3',
'requests >= 2.0.0',
'requests >= 2.18.0',
]

setup(
Expand Down

0 comments on commit 2964d35

Please sign in to comment.