Closed pyup-bot closed 6 years ago
Merging #96 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #96 +/- ##
=======================================
Coverage 94.04% 94.04%
=======================================
Files 103 103
Lines 2383 2383
=======================================
Hits 2241 2241
Misses 142 142
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update db42ed1...dfb1738. Read the comment docs.
This PR updates google-api-python-client from 1.6.5 to 1.6.7.
Changelog
### 1.6.7 ``` Version 1.6.7 Bugfix release **Note**: The next release of this library will no longer directly depend on oauth2client. If you need to use oauth2client, you'll need to explicitly install it. - Make body optional for requests with no parameters. (446) - Fix retying on socket.timeout. (495) - Match travis matrix with tox testenv. (498) - Remove oauth2client._helpers dependency. (493) - Remove unused keyring test dependency. (496) - discovery.py: remove unused oauth2client import. (492) - Update README to reference GCP API client libraries. (490) ``` ### 1.6.6 ``` Version 1.6.6 Bugfix release - Warn when constructing BatchHttpRequest using the legacy batch URI (488) - Increase the default media chunksize to 100MB. (482) - Remove unnecessary parsing of mime headers in HttpRequest.__init__ (467) ```Links
- PyPI: https://pypi.org/project/google-api-python-client - Changelog: https://pyup.io/changelogs/google-api-python-client/ - Repo: http://github.com/google/google-api-python-client/