Skip to content

Update google-auth to 1.6.3

Aaron Graubert requested to merge pyup-update-google-auth-1.4.2-to-1.6.3 into master

Created by: pyup-bot

This PR updates google-auth from 1.4.2 to 1.6.3.

Changelog

1.6.3

------

02-15-2019 9:31 PST

Implementation Changes
+++++++++++++

- follow rfc 7515 : strip padding from JWS segments 324 (`324 <https://github.com/googleapis/google-auth-library-python/pull/324>`_)
- Add retry to _metadata.ping() (`323 <https://github.com/googleapis/google-auth-library-python/pull/323>`_)

1.6.2

------

12-17-2018 10:51 PST

Documentation
+++++++++++++

- Announce deprecation of Python 2.7 (`311 <https://github.com/googleapis/google-auth-library-python/pull/311>`_)
- Link all the PRs in CHANGELOG (`307 <https://github.com/googleapis/google-auth-library-python/pull/307>`_)

1.6.1

------

11-12-2018 10:10 PST

Implementation Changes
++++++++++++++++++++++

- Automatically refresh impersonated credentials (`304 <https://github.com/googleapis/google-auth-library-python/pull/304>`_)

1.6.0

------

11-09-2018 11:07 PST

New Features
++++++++++++

- Add google.auth.impersonated_credentials (`299 <https://github.com/googleapis/google-auth-library-python/pull/299>`_)

Documentation
+++++++++++++

- Update link to documentation for default credentials (`296 <https://github.com/googleapis/google-auth-library-python/pull/296>`_)
- Update github issue templates (`300 <https://github.com/googleapis/google-auth-library-python/pull/300>`_)
- Remove punctuation which becomes part of the url (`284 <https://github.com/googleapis/google-auth-library-python/pull/284>`_)

Internal / Testing Changes
++++++++++++++++++++++++++

- Update trampoline.sh (`302 <https://github.com/googleapis/google-auth-library-python/pull/302>`_)
- Enable static type checking with pytype (`298 <https://github.com/googleapis/google-auth-library-python/pull/298>`_)
- Make classifiers in setup.py an array. (`280 <https://github.com/googleapis/google-auth-library-python/pull/280>`_)

1.5.1

------

- Fix check for error text on Python 3.7. (`278 <https://github.com/googleapis/google-auth-library-python/pull/278>`_)
- Use new Auth URIs. (`281 <https://github.com/googleapis/google-auth-library-python/pull/281>`_)
- Add code-of-conduct document. (`270 <https://github.com/googleapis/google-auth-library-python/pull/270>`_)
- Fix some typos in test_urllib3.py (`268 <https://github.com/googleapis/google-auth-library-python/pull/268>`_)

1.5.0

------

- Warn when using user credentials from the Cloud SDK (`266 <https://github.com/googleapis/google-auth-library-python/pull/266>`_)
- Add compute engine-based IDTokenCredentials (`236 <https://github.com/googleapis/google-auth-library-python/pull/236>`_)
- Corrected some typos (`265 <https://github.com/googleapis/google-auth-library-python/pull/265>`_)
Links

Merge request reports