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.5 #91

Closed pyup-bot closed 6 years ago

pyup-bot commented 6 years ago

There's a new version of google-api-python-client available. You are currently using 1.6.4. I have updated it to 1.6.5

These links might come in handy: PyPI | Changelog | Repo

Changelog

1.6.5

Version 1.6.5

Bugfix release

  • Proactively refresh credentials when applying and treat a missing access_token as invalid. Note: This change reveals surprising behavior between default credentials and batches. If you allow googleapiclient.discovery.build to use default credentials and specify different credentials by providing batch.execut() with an explicit http argument, your individual requests will use the default credentials and not the credentials specified to the batch http. To avoid this, tell build explicitly not to use default credentials by specifying build(..., http=httplib2.Http(). (469)
  • Remove mutual exclusivity check for developerKey and credentials (465)
  • Handle unknown media length. (406)
  • Handle variant error format gracefully. (459)
  • Avoid testing against Django >= 2.0.0 on Python 2. (460)

Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.

Happy merging! 🤖

codecov-io commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #91   +/-   ##
=======================================
  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 d1afe54...26229fb. Read the comment docs.