pkpio / fitbit-googlefit

Export Fitbit data to Google Fit. Unlike the alternatives such as fitnessyncer.com, this offers very fine intraday granularity (every minute/second data).
http://pkp.io/blog/fitbit-to-googlefit-sync/
GNU General Public License v3.0
491 stars 61 forks source link

Bump google-auth from 2.9.1 to 2.11.1 #112

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps google-auth from 2.9.1 to 2.11.1.

Release notes

Sourced from google-auth's releases.

v2.11.1

2.11.1 (2022-09-20)

Bug Fixes

  • Fix socket leak in impersonated_credentials (#1123) (b1eb467), closes #1122
  • Make pluggable auth tests work in all environments (#1114) (bb5c979)
  • Skip oauth2client adapter tests if oauth2client is not installed (#1132) (d15092f)
  • Update token refresh threshold from 20 seconds to 5 minutes (#1146) (261a561)

Documentation

v2.11.1-dev2

2.11.1-dev2 (2022-09-16)

Bug Fixes

  • Adding debug logs for metadata endpoints (feee2d7)

v2.11.0

2.11.0 (2022-08-18)

Features

  • add integration tests for configurable token lifespan (#1103) (124bae6)

Bug Fixes

v2.10.0

2.10.0 (2022-08-05)

Features

  • add integration tests for pluggable auth (#1073) (f8d776a)
  • support for configurable token lifetime (0dc6a9a)
  • support for configurable token lifetime (#1079) (0dc6a9a)

Bug Fixes

... (truncated)

Changelog

Sourced from google-auth's changelog.

2.11.1 (2022-09-20)

Bug Fixes

  • Fix socket leak in impersonated_credentials (#1123) (b1eb467), closes #1122
  • Make pluggable auth tests work in all environments (#1114) (bb5c979)
  • Skip oauth2client adapter tests if oauth2client is not installed (#1132) (d15092f)
  • Update token refresh threshold from 20 seconds to 5 minutes (#1146) (261a561)

Documentation

2.11.0 (2022-08-18)

Features

  • add integration tests for configurable token lifespan (#1103) (124bae6)

Bug Fixes

2.10.0 (2022-08-05)

Features

  • add integration tests for pluggable auth (#1073) (f8d776a)
  • support for configurable token lifetime (0dc6a9a)
  • support for configurable token lifetime (#1079) (0dc6a9a)

Bug Fixes

Commits
  • ea24429 chore(main): release 2.11.1 (#1112)
  • 261a561 fix: Update token refresh threshold from 20 seconds to 5 minutes (#1146)
  • 08b29e2 chore(python): exclude setup.py in renovate config (#1140)
  • 4be1795 chore: fix path to requirements.txt in release script (#1138)
  • f26e90b chore: [AUTO-GENERATED] Refresh system test creds. (#1139)
  • d15092f fix: Skip oauth2client adapter tests if oauth2client is not installed (#1132)
  • 6983560 chore: Remove code owner notification spam by filtering out system_test creds...
  • 35e83eb refactor: Add **kwargs to parent constructor for Async API (#1127)
  • 23a12eb chore: remove 'pip install' statements from python_library templates (#1124)
  • b1eb467 fix: fix socket leak in impersonated_credentials (#1123)
  • 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)
dependabot[bot] commented 1 year ago

Superseded by #114.