Skip to content

Bump googleauth from 1.17.1 to 1.17.3 - #24650

Merged
klaustopher merged 1 commit into
devfrom
dependabot/bundler/dev/googleauth-1.17.3
Aug 7, 2026
Merged

Bump googleauth from 1.17.1 to 1.17.3#24650
klaustopher merged 1 commit into
devfrom
dependabot/bundler/dev/googleauth-1.17.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 7, 2026

Copy link
Copy Markdown
Contributor

Bumps googleauth from 1.17.1 to 1.17.3.

Release notes

Sourced from googleauth's releases.

googleauth: v1.17.3

1.17.3 (2026-07-27)

Bug Fixes

  • Add option validation and error handling to ServiceAccountCredentials.make_creds (#588) (3da9927), refs #482 #544

googleauth: v1.17.2

1.17.2 (2026-07-23)

Bug Fixes

  • return auth header from source_credentials in ImpersonatedServiceAccountCredentials (#586)
Changelog

Sourced from googleauth's changelog.

1.17.3 (2026-07-27)

Bug Fixes

  • Add option validation and error handling to ServiceAccountCredentials.make_creds (#588) (3da9927), refs #482 #544

1.17.2 (2026-07-23)

Bug Fixes

  • return auth header from source_credentials in ImpersonatedServiceAccountCredentials (#586)
Commits
  • 93c9892 chore(main): release googleauth 1.17.3 (#590)
  • 3da9927 fix(credentials): Add option validation and error handling to ServiceAccountC...
  • d8ce973 chore(main): release googleauth 1.17.2 (#587)
  • dfd7f9d fix: return auth header from source_credentials in ImpersonatedServiceAccount...
  • 2c6b1a5 chore(actions): address setup-ruby version comment mismatches (#585)
  • 54a1806 chore(actions): address zizmor findings (#584)
  • 78bd92f test(auth): enforce strict once call counts on token caching tests (#580)
  • bb56550 chore: Ruby 3.2 minimum, 4.0 default (#566)
  • See full diff 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [googleauth](https://github.com/googleapis/google-auth-library-ruby) from 1.17.1 to 1.17.3.
- [Release notes](https://github.com/googleapis/google-auth-library-ruby/releases)
- [Changelog](https://github.com/googleapis/google-auth-library-ruby/blob/main/CHANGELOG.md)
- [Commits](googleapis/google-auth-library-ruby@googleauth/v1.17.1...googleauth/v1.17.3)

---
updated-dependencies:
- dependency-name: googleauth
  dependency-version: 1.17.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Aug 7, 2026
@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown

Warning

Flaky specs

  • rspec ./modules/backlogs/spec/features/inbox_column_spec.rb[1:7:1]
  • rspec ./spec/features/projects/creation_wizard/wizard_from_template_flow_spec.rb[1:1]
  • rspec ./spec/features/work_packages/progress_modal_spec.rb[1:3:6:2:2]
  • rspec ./spec/features/work_packages/table/queries/parent_field_ranking_spec.rb[1:1]
🤖 Ask Copilot to investigate

Copy the prompt below into a new comment on this PR to delegate the investigation to GitHub Copilot. It will look into the flakiness and open a separate pull request with you as reviewer.

@copilot The following spec(s) are flaky in CI (first seen on PR #24650, linked for reference only):

- `rspec ./modules/backlogs/spec/features/inbox_column_spec.rb[1:7:1]`
- `rspec ./spec/features/projects/creation_wizard/wizard_from_template_flow_spec.rb[1:1]`
- `rspec ./spec/features/work_packages/progress_modal_spec.rb[1:3:6:2:2]`
- `rspec ./spec/features/work_packages/table/queries/parent_field_ranking_spec.rb[1:1]`

Treat this as a standalone task, unrelated to PR #24650. Create a new branch from origin/dev and open a new pull request targeting dev — do not stack it on PR #24650 or reuse that branch.

Follow the playbook in docs/development/testing/handling-flaky-tests/README.md to find the root cause and fix the underlying race — do not skip, delete, or weaken the spec to make it pass; disabling is a last resort per the playbook, and only with a bug ticket. Verify the fix by running the spec(s) repeatedly (e.g. `script/bulk_run_rspec --run-count 10`).

If you cannot reproduce the flake or are not confident in a fix after reasonable investigation, do not fabricate a change or skip the spec to force CI green. Instead, leave the pull request in draft and document what you tried, the suspected cause, and any leads in its description, then assign @dependabot[bot] to take over.

Once the fix is verified, title the PR after the spec(s) it fixes, and use the PR description to explain the root cause, how the change resolves it, and the before/after results. Label the PR `flaky-spec`, assign @dependabot[bot], and request a review from @dependabot[bot].
On every commit, set @dependabot[bot] as the sole co-author with a `Co-authored-by:` trailer (use their GitHub no-reply email so it links to their account), so it is traceable who dispatched the fix.

@klaustopher
klaustopher merged commit b78e48b into dev Aug 7, 2026
19 checks passed
@klaustopher
klaustopher deleted the dependabot/bundler/dev/googleauth-1.17.3 branch August 7, 2026 07:12
@github-actions github-actions Bot locked and limited conversation to collaborators Aug 7, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code

Development

Successfully merging this pull request may close these issues.

1 participant