Skip to content

chore(deps): update dependency google-auth to v2.17.2 #9437

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Mar 31, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
google-auth ==2.6.2 -> ==2.17.2 age adoption passing confidence
google-auth ==2.6.6 -> ==2.17.2 age adoption passing confidence
google-auth ==2.16.1 -> ==2.17.2 age adoption passing confidence
google-auth ==2.17.1 -> ==2.17.2 age adoption passing confidence
google-auth ==2.14.0 -> ==2.17.2 age adoption passing confidence
google-auth ==2.16.0 -> ==2.17.2 age adoption passing confidence
google-auth ==2.16.3 -> ==2.17.2 age adoption passing confidence

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

googleapis/google-auth-library-python

v2.17.2

Compare Source

Bug Fixes
  • Do not create new JWT credentials if they make the same claims as the existing. (#​1267) (eebb7b6)

v2.17.1

Compare Source

Bug Fixes
  • Print out reauth plugin error and raise if challenge output is None (#​1265) (08d22fe)

v2.17.0

Compare Source

Features
  • Experimental service account iam endpoint flow for id token (#​1258) (8ff0de5)
Bug Fixes

v2.16.3

Compare Source

Bug Fixes

v2.16.2

Compare Source

Bug Fixes
  • Call gcloud config get project to get project for user cred (#​1243) (c078a13)
  • Do not use hardcoded string 'python', when you mean sys.executable. (#​1233) (91ac8e6)
  • Don't retry if error or error_description is not string (#​1241) (e2d263a)
  • Improve ADC related errors and warnings (#​1237) (2dfa213)

v2.16.1

Compare Source

Bug Fixes

v2.16.0

Compare Source

Features
  • AwsCredentials should not call metadata server if security creds and region are retrievable through the environment variables (#​1195) (5e27c8f)
  • Wrap all python built-in exceptions into library excpetions (#​1191) (a83af39)
Bug Fixes
  • Allow get_project_id to take a request (#​1203) (9a4d23a)
  • Make OAUTH2.0 client resistant to string type 'expires_in' responses from non-compliant services (#​1208) (9fc7b1c)

v2.15.0

Compare Source

Features
Bug Fixes

v2.14.1

Compare Source

Bug Fixes

v2.14.0

Compare Source

Features
Bug Fixes
  • Adding more properties to external_account_authorized_user (#​1169) (a12b96d)

v2.13.0

Compare Source

Features
  • Adds new external account authorized user credentials (#​1160) (523f811)
  • Implement pluggable auth interactive mode (#​1131) (44a189f)
  • Introduce the functionality to override token_uri in credentials (#​1159) (73bc7e9)
Bug Fixes
  • Adding one more pattern to relax the regex check for sts and impersonation url endpoints (#​1158) (75326e3)

v2.12.0

Compare Source

Features
Bug Fixes
  • Modify RefreshError exception to use gcloud ADC command. (#​1149) (059fd35)
  • Revert "Update token refresh threshold from 20 seconds to 5 minutes". (186464b)

v2.11.1

Compare Source

Bug Fixes
Documentation

v2.11.0

Compare Source

Features
  • add integration tests for configurable token lifespan (#​1103) (124bae6)
Bug Fixes

v2.10.0

Compare Source

Features
Bug Fixes

v2.9.1

Compare Source

Bug Fixes

v2.9.0

Compare Source

Features

v2.8.0

Compare Source

Features

v2.7.0

Compare Source

Features
Bug Fixes
Reverts
Documentation

v2.6.6

Compare Source

Bug Fixes

v2.6.5

Compare Source

Bug Fixes

v2.6.4

Compare Source

Bug Fixes

v2.6.3

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Never, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate-bot renovate-bot requested a review from a team March 31, 2023 17:36
@renovate-bot renovate-bot requested review from arithmetic1728 and a team as code owners March 31, 2023 17:36
@renovate-bot renovate-bot force-pushed the renovate/google-auth-2.x branch from b90659b to b2526d0 Compare March 31, 2023 17:36
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 31, 2023
@product-auto-label product-auto-label bot added samples Issues that are directly related to samples. api: appengine Issues related to the App Engine Admin API API. labels Mar 31, 2023
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 31, 2023
@renovate-bot renovate-bot force-pushed the renovate/google-auth-2.x branch from b2526d0 to b9120a9 Compare April 3, 2023 15:13
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 3, 2023
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 3, 2023
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 3, 2023
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 3, 2023
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 4, 2023
@m-strzelczyk
Copy link
Contributor

The tests are failing for various python versions randomly. It seems unrelated to this version update.

@m-strzelczyk
Copy link
Contributor

I think Dataproc is failing thanks to being crowded into one project for all the versions after #9491

@leahecole
Copy link
Collaborator

I think Dataproc is failing thanks to being crowded into one project for all the versions after #9491

Agreed - I had called this out as an expected issue on that PR

@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 7, 2023
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 7, 2023
@renovate-bot renovate-bot force-pushed the renovate/google-auth-2.x branch from 43df74d to 81c9c2b Compare April 10, 2023 01:02
@renovate-bot renovate-bot changed the title chore(deps): update dependency google-auth to v2.17.1 chore(deps): update dependency google-auth to v2.17.2 Apr 10, 2023
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 10, 2023
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 10, 2023
@leahecole
Copy link
Collaborator

See #9532 for info about IAM

@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 11, 2023
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 11, 2023
@leahecole
Copy link
Collaborator

IAM failures are not related to this PR

@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 11, 2023
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 11, 2023
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 11, 2023
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 11, 2023
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 13, 2023
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 13, 2023
@leahecole
Copy link
Collaborator

IAM failures are being monitored and tracked elsewhere, admin merging.

@leahecole leahecole merged commit 10597b3 into GoogleCloudPlatform:main Apr 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: appengine Issues related to the App Engine Admin API API. samples Issues that are directly related to samples.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants