mozilla / distribution-viewer

Mozilla Public License 2.0
6 stars 9 forks source link

Update google-api-python-client to 1.6.5 #326

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.2. 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)

1.6.4

Version 1.6.4

Bugfix release

  • Warn when google-auth credentials are used but google-auth-httplib2 isn't available. (443)

1.6.3

Version 1.6.3

Bugfix release

  • Add notification of maintenance mode to README. (410)
  • Fix generation of methods with abnormal page token conventions. (338)
  • Raise ValueError is credentials and developerKey are both specified. (358)
  • Re-generate documentation. (364, 373, 401)
  • Fix method signature documentation for multiline required parameters. (374)
  • Fix ZeroDivisionError in MediaDownloadProgress.progress. (377)
  • Fix dead link to WebTest in README. (378)
  • Fix details missing in googleapiclient.errors.HttpError. (412)
  • Don't treat httplib2.Credentials as oauth credentials. (425)
  • Various fixes to the Django sample. (413)

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

Happy merging! 🤖