LowieHuyghe / edmunds-python

Edmunds is a Flask based framework for building web applications with a firm structure to start from.
https://lowiehuyghe.github.io/edmunds-python/
Apache License 2.0
4 stars 1 forks source link

Update google-api-python-client to 1.6.7 #96

Closed pyup-bot closed 6 years ago

pyup-bot commented 6 years ago

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/
codecov-io commented 6 years ago

Codecov Report

Merging #96 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           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.