Skip to content
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

fix(deps): update dependency google-auth to v1.35.0 #142

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 17, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
google-auth ==1.6.3 -> ==1.35.0 age adoption passing confidence

Release Notes

googleapis/google-auth-library-python (google-auth)

v1.35.0

Compare Source

Features
  • service account is able to use a private token endpoint (#​835) (20b817a)
Bug Fixes
Documentation
  • update user guide/references for downscoped creds (#​827) (d1840dc)

v1.34.0

Compare Source

Features
  • support refresh callable on google.oauth2.credentials.Credentials (#​812) (ec2fb18)
Bug Fixes

v1.33.1

Compare Source

Bug Fixes
  • fallback to source creds expiration in downscoped tokens (#​805) (dfad661)
Reverts

v1.33.0

Compare Source

Features
Bug Fixes
  • fix fetch_id_token credential lookup order to match adc (#​748) (c34452e)
Documentation

v1.32.1

Compare Source

Bug Fixes
  • avoid leaking sub-session created for '_auth_request' (#​789) (2079ab5)

v1.32.0

Compare Source

Features

v1.31.0

Compare Source

Features
  • define useful properties on google.auth.external_account.Credentials (#​770) (f97499c)
Bug Fixes

v1.30.2

Compare Source

Bug Fixes

v1.30.1

Compare Source

Bug Fixes
  • allow user to customize context aware metadata path in _mtls_helper (#​754) (e697687)
  • fix function name in signing error message (#​751) (e9ca25f)

v1.30.0

Compare Source

Features
  • add reauth support to async user credentials for gcloud (#​738) (9e10823). This internal feature is for gcloud developers only.

v1.29.0

Compare Source

Features
  • add reauth feature to user credentials for gcloud (#​727) (82293fe). This internal feature is for gcloud developers only.
Bug Fixes
  • Allow multiple audiences for id_token.verify_token (#​733) (56c3946)

v1.28.1

Compare Source

Bug Fixes

v1.28.0

Compare Source

Features
Bug Fixes

v1.27.1

Compare Source

Bug Fixes

v1.27.0

Compare Source

Features
Bug Fixes

v1.26.1

Compare Source

Documentation
  • fix a typo in the user guide (avaiable -> available) (#​680) (684457a)
Bug Fixes
  • revert workload identity federation support (#​691)

v1.26.0

Compare Source

Features

v1.25.0

Compare Source

Features
  • support self-signed jwt in requests and urllib3 transports (#​679) (7a94acb)
  • use self-signed jwt for service account (#​665) (bf5ce0c)

v1.24.0

Compare Source

Features
Bug Fixes
  • avoid losing the original '_include_email' parameter in impersonated credentials (#​626) (fd9b5b1)
Documentation

v1.23.0

Compare Source

Features
  • Add custom scopes for access tokens from the metadata service (#​633) (0323cf3)
Bug Fixes

v1.22.1

Compare Source

Bug Fixes

v1.22.0

Compare Source

Features

v1.21.3

Compare Source

Bug Fixes

v1.21.2

Compare Source

Bug Fixes
  • migrate signBlob to iamcredentials.googleapis.com (#​600) (694d83f)

v1.21.1

Compare Source

Bug Fixes

v1.21.0

Compare Source

Features

v1.20.1

Compare Source

Bug Fixes
  • reduce refresh clock skew to 10 seconds (#​581) (42321ba)
  • set Content-Type header in the request to signBlob API to avoid Invalid JSON payload error (#​439) (20f82e2)

v1.20.0

Compare Source

Features

v1.19.2

Compare Source

Bug fixes
  • Revert "fix: migrate signBlob to iamcredentials.googleapis.com" (#​563) (a48b5b)

v1.19.1

Compare Source

Bug Fixes

v1.19.0

Compare Source

Features
Bug Fixes
  • migrate signBlob to iamcredentials.googleapis.com (#​553) (038ae1b)
Documentation

v1.18.0

Compare Source

Features
Bug Fixes

v1.17.2

Compare Source

Bug Fixes

v1.17.1

Compare Source

Bug Fixes
  • narrow acceptable RSA versions to maintain Python 2 compatability (#​528) (9434868)

v1.17.0

Compare Source

Features
  • add quota_project_id to service accounts; add with_quota_project methods (#​519) (b12488c)

v1.16.1

Compare Source

Bug Fixes

v1.16.0

Compare Source

Features
Bug Fixes

v1.15.0

Compare Source

Features
Bug Fixes

v1.14.3

Compare Source

Bug Fixes

v1.14.2

Compare Source

Bug Fixes

v1.14.1

Compare Source

Bug Fixes

v1.14.0

Compare Source

Features

v1.13.1

Compare Source

Bug Fixes

v1.13.0

Compare Source

Features

v1.12.0

Compare Source

Features
Bug Fixes

v1.11.3

Compare Source

Bug Fixes
  • fix the scopes so test can pass for a local run (#​450) (b2dd77f)
  • only add IAM scope to credentials that can change scopes (#​451) (82e224b)

v1.11.2

Compare Source

Reverts

v1.11.1

Compare Source

Bug Fixes

v1.11.0

Compare Source

Features

v1.10.2

Compare Source

Bug Fixes

v1.10.1

Compare Source

Bug Fixes

v1.10.0

Compare Source

Features
  • send quota project id in x-goog-user-project for OAuth2 credentials (#​412) (32d71a5), closes #​400

v1.9.0

Compare Source

Features
  • add timeout parameter to AuthorizedSession.request() (#​406) (d86d7b8)

v1.8.2

Compare Source

Bug Fixes
  • revert "feat: send quota project id in x-goog-user-project header for OAuth2 credentials (#​400)" (#​407) (25ea942)

v1.8.1

Compare Source

Bug Fixes

v1.8.0

Compare Source

Features
  • add to_json method to google.oauth2.credentials.Credentials (#​367) (bfb1f8c)
  • add timeout to AuthorizedSession.request() (#​397) (381dd40)
  • send quota project id in x-goog-user-project header for OAuth2 credentials (#​400) (ab3dc1e)

v1.7.2

Compare Source

Bug Fixes
  • in token endpoint request, do not decode the response data if it is not encoded (#​393) (3b5d3e2)
  • make gRPC auth plugin non-blocking + add default timeout value for requests transport (#​390) (0c33e9c), closes #​351

v1.7.1

Compare Source

Bug Fixes
  • change 'internal_failure' condition to also use `error' field (#​387) (46bb58e)

v1.7.0

Compare Source

10-30-2019 17:11 PDT

Implementation Changes
  • Add retry loop for fetching authentication token if any 'Internal Failure' occurs (#​368)
  • Use cls parameter instead of class (#​341)
New Features
  • Add support for impersonated_credentials.Sign, IDToken (#​348)
  • Add downscoping to OAuth2 credentials (#​309)
Dependencies
  • Update dependency cachetools to v3 (#​357)
  • Update dependency rsa to v4 (#​358)
  • Set an upper bound on dependencies version (#​352)
  • Require a minimum version of setuptools (#​322)
Documentation
  • Add busunkim96 as maintainer (#​373)
  • Update user-guide.rst (#​337)
  • Fix typo in jwt docs (#​332)
  • Clarify which SA has Token Creator role (#​330)
Internal / Testing Changes
  • Change 'name' to distribution name (#​379)
  • Fix system tests, move to Kokoro (#​372)
  • Blacken (#​375)
  • Rename nox.py -> noxfile.py (#​369)
  • Add initial renovate config (#​356)
  • Use new pytest api to keep building with pytest 5 (#​353)

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone US/Eastern, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/google-auth-1.x branch 3 times, most recently from 735384e to e6513d6 Compare March 26, 2024 14:14
@renovate renovate bot force-pushed the renovate/google-auth-1.x branch from e6513d6 to 5bd3680 Compare April 16, 2024 12:16
@renovate renovate bot force-pushed the renovate/google-auth-1.x branch from 5bd3680 to a03cb75 Compare April 24, 2024 20:05
@renovate renovate bot changed the title Update dependency google-auth to v1.35.0 chore(deps): update dependency google-auth to v1.35.0 Apr 24, 2024
@renovate renovate bot force-pushed the renovate/google-auth-1.x branch 3 times, most recently from 68bed56 to 59c0281 Compare April 25, 2024 14:15
@renovate renovate bot force-pushed the renovate/google-auth-1.x branch 2 times, most recently from 8c9e891 to d771563 Compare May 14, 2024 18:06
@renovate renovate bot force-pushed the renovate/google-auth-1.x branch from d771563 to 2fae555 Compare June 24, 2024 17:13
@renovate renovate bot force-pushed the renovate/google-auth-1.x branch 3 times, most recently from 3bce06c to efe3d92 Compare July 3, 2024 16:27
@renovate renovate bot force-pushed the renovate/google-auth-1.x branch 2 times, most recently from dedf6ce to fba91a4 Compare July 30, 2024 16:48
Copy link
Contributor Author

renovate bot commented Aug 1, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: src/google_sheets/pyproject.toml
Post-upgrade command 'uv sync' has not been added to the allowed list in allowedPostUpgradeCommands

@renovate renovate bot force-pushed the renovate/google-auth-1.x branch 2 times, most recently from 3b65da6 to 2e872a9 Compare August 1, 2024 20:29
@renovate renovate bot force-pushed the renovate/google-auth-1.x branch from 2e872a9 to bc1deb9 Compare August 16, 2024 15:48
@renovate renovate bot force-pushed the renovate/google-auth-1.x branch from bc1deb9 to b5a18c8 Compare September 9, 2024 16:47
@renovate renovate bot force-pushed the renovate/google-auth-1.x branch 3 times, most recently from 35fbb58 to 71e7baa Compare October 25, 2024 20:00
@renovate renovate bot changed the title chore(deps): update dependency google-auth to v1.35.0 fix(deps): update dependency google-auth to v1.35.0 Oct 28, 2024
@renovate renovate bot force-pushed the renovate/google-auth-1.x branch 3 times, most recently from d12299d to c5c2b28 Compare November 5, 2024 15:44
@renovate renovate bot force-pushed the renovate/google-auth-1.x branch from c5c2b28 to a5b6139 Compare November 12, 2024 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants