snarfed / instagram-atom

Brings your Instagram feed to your feed reader!
https://instagram-atom.appspot.com/
28 stars 4 forks source link

Bump google-auth from 2.15.0 to 2.16.0 #39

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps google-auth from 2.15.0 to 2.16.0.

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)
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 compatibility score

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)