StarlitGhost / PyMoronBot

All development moved to https://github.com/DesertBot/DesertBot - A modular IRC bot with extensive aliasing capabilities, written in Python.
MIT License
9 stars 0 forks source link

Scheduled weekly dependency update for week 03 #180

Closed pyup-bot closed 6 years ago

pyup-bot commented 6 years ago

Updates

Here's a list of all the updates bundled in this pull request. I've added some links to make it easier for you to find all the information you need.

google-api-python-client 1.6.4 » 1.6.5 PyPI | Changelog | Repo

Changelogs

google-api-python-client 1.6.4 -> 1.6.5

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)

That's it for now!

Happy merging! 🤖