Dyl-M / auto_youtube_playlist

Add YouTube videos to playlists and update them automatically.
MIT License
7 stars 4 forks source link

chore(deps): update google-auth requirement from ~=2.15 to ~=2.16 #23

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on google-auth to permit the latest version.

Release notes

Sourced from google-auth's releases.

v2.16.0

2.16.0 (2023-01-09)

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)
Changelog

Sourced from google-auth's changelog.

2.16.0 (2023-01-09)

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)

2.15.0 (2022-12-01)

Features

Bug Fixes

  • Allow mtls sts endpoint for external account token urls. (#1185) (c86dd69)
  • CI broken by removal of py.path (#1194) (f719415)
  • Ensure JWT segments have the right types (#1162) (fc843cd)
  • Updated the lower bound of interactive timeout and fix the kwarg… (#1182) (50c0fd2)

2.14.1 (2022-11-07)

Bug Fixes

  • Apply quota project for compute cred in adc (#1177) (b9aa92a)
  • Update minimum required version of cryptography in pyopenssl extra (#1176) (e9e76d1)
  • Validate url domain for aws metadata urls (#1174) (f9d7d77)

2.14.0 (2022-10-31)

Features

  • Add token_info_url to external account credentials (#1168) (9adee75)
  • Read Quota Project from Environment Variable (#1163) (57b3e42)

Bug Fixes

... (truncated)

Commits
  • 7ca711f chore(main): release 2.16.0 (#1198)
  • 9a4d23a fix: allow get_project_id to take a request (#1203)
  • 9e584e5 chore: update systest creds and fix unit test syntax (#1210)
  • 6e4f858 chore: Update CODEOWNERS file to enforce AION SDK team reviews on shared file...
  • 9fc7b1c fix: Make OAUTH2.0 client resistant to string type 'expires_in' responses fro...
  • 243f0ab chore: update token (#1209)
  • 6c1297c build(deps): bump certifi from 2022.9.24 to 2022.12.7 in /synthtool/gcp/templ...
  • 5e27c8f feat: AwsCredentials should not call metadata server if security creds and re...
  • 84895cf chore: update token (#1199)
  • a83af39 feat: wrap all python built-in exceptions into library excpetions (#1191)
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)