Skip to content

build(deps): bump the main group with 3 updates#47

Merged
Serpentiel merged 1 commit into
mainfrom
dependabot/go_modules/main-7a1f16847f
Sep 24, 2025
Merged

build(deps): bump the main group with 3 updates#47
Serpentiel merged 1 commit into
mainfrom
dependabot/go_modules/main-7a1f16847f

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Sep 22, 2025

Bumps the main group with 3 updates: github.com/Azure/azure-sdk-for-go/sdk/azidentity, github.com/MicahParks/jwkset and github.com/MicahParks/keyfunc/v3.

Updates github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.11.0 to 1.12.0

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/azidentity's releases.

sdk/azidentity/v1.12.0

1.12.0 (2025-09-16)

Features Added

  • Added DefaultAzureCredentialOptions.RequireAzureTokenCredentials. NewDefaultAzureCredential returns an error when this option is true and the environment variable AZURE_TOKEN_CREDENTIALS has no value.

Other Changes

  • AzureDeveloperCLICredential no longer hangs when AZD_DEBUG is set
  • GetToken methods of AzureCLICredential and AzureDeveloperCLICredential return an error when TokenRequestOptions.Claims has a value because these credentials can't acquire a token in that case. The error messages describe the action required to get a token.

sdk/internal/v1.11.2

1.11.2 (2025-07-30)

Other Changes

  • errorinfo.NonRetriable() doesn't wrap errors which are already NonRetriable
Commits

Updates github.com/MicahParks/jwkset from 0.9.6 to 0.11.0

Release notes

Sourced from github.com/MicahParks/jwkset's releases.

v0.11.0

The purpose of this release is to allow JWK Sets to be processed even if not every key is a supported type. An example of an unsupported key type would be Ed448.

Please see the new RequireSupportedKeys option on HTTPClientStorageOptions.

Relevant issues:

Relevant pull requests:

v0.10.0

The purpose of this release is to automatically extract the certificate's key usage in the jwkset CLI tool. This has not been added to the library or website yet.

Relevant issues:

Relevant pull requests:

Commits outside of pull requests (I will add branch protection now):

  • 7d65392db7e82185f777208a6d17625f9a867d60
  • 6fab0883c2b99c6b53222d74e40bcef7ea1c4ba9
Commits

Updates github.com/MicahParks/keyfunc/v3 from 3.6.1 to 3.6.2

Release notes

Sourced from github.com/MicahParks/keyfunc/v3's releases.

Ignore unsupported keys by default

The purpose of this release is to ignore unsupported keys in a JWK Set by default.

Relevant issues:

Relevant pull requests:

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the main group with 3 updates: [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go), [github.com/MicahParks/jwkset](https://github.com/MicahParks/jwkset) and [github.com/MicahParks/keyfunc/v3](https://github.com/MicahParks/keyfunc).


Updates `github.com/Azure/azure-sdk-for-go/sdk/azidentity` from 1.11.0 to 1.12.0
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/sdk-breaking-changes-guide-migration.md)
- [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.11.0...sdk/azcore/v1.12.0)

Updates `github.com/MicahParks/jwkset` from 0.9.6 to 0.11.0
- [Release notes](https://github.com/MicahParks/jwkset/releases)
- [Commits](MicahParks/jwkset@v0.9.6...v0.11.0)

Updates `github.com/MicahParks/keyfunc/v3` from 3.6.1 to 3.6.2
- [Release notes](https://github.com/MicahParks/keyfunc/releases)
- [Commits](MicahParks/keyfunc@v3.6.1...v3.6.2)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity
  dependency-version: 1.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: main
- dependency-name: github.com/MicahParks/jwkset
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: main
- dependency-name: github.com/MicahParks/keyfunc/v3
  dependency-version: 3.6.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: main
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 22, 2025
@Serpentiel Serpentiel self-assigned this Sep 24, 2025
@Serpentiel Serpentiel merged commit dac0c08 into main Sep 24, 2025
26 checks passed
@Serpentiel Serpentiel deleted the dependabot/go_modules/main-7a1f16847f branch September 24, 2025 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant