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.7.4 #108

Closed pyup-bot closed 6 years ago

pyup-bot commented 6 years ago

This PR updates google-api-python-client from 1.6.7 to 1.7.4.

Changelog ### 1.7.4 ``` Version 1.7.4 Bugfix release - Catch ServerNotFoundError to retry the request (532) ``` ### 1.7.3 ``` Version 1.7.3 Bugfix release - Make apiclient.sample_tools gracefully fail to import (525). ``` ### 1.7.2 ``` Version 1.7.2 Bugfix release - Remove unnecessary check in apiclient/__ini__.py (522). ``` ### 1.7.1 ``` Version 1.7.1 Bugfix release - Remove unnecessary check in setup.py (518). ``` ### 1.7.0 ``` Version 1.7.0 This release drops the hard requirement on oauth2client and installs google-auth by default instead. oauth2client is still supported but will need to be explicitly installed. - Drop oauth2client dependency (499) - Include tests in source distribution (514) ```
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/