Skip to content

Bump the minor-and-patch group across 1 directory with 27 updates#800

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/minor-and-patch-52f8649612
Open

Bump the minor-and-patch group across 1 directory with 27 updates#800
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/minor-and-patch-52f8649612

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 30, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 24 updates in the / directory:

Package From To
github.com/aws/aws-sdk-go-v2 1.41.6 1.42.1
github.com/aws/aws-sdk-go-v2/config 1.32.16 1.32.30
github.com/aws/aws-sdk-go-v2/service/bedrockruntime 1.50.5 1.55.1
github.com/aws/aws-sdk-go-v2/service/cloudformation 1.71.10 1.74.1
github.com/aws/aws-sdk-go-v2/service/ec2 1.299.0 1.316.1
github.com/aws/aws-sdk-go-v2/service/s3 1.100.0 1.105.1
github.com/gookit/color 1.6.0 1.6.1
golang.org/x/sys 0.45.0 0.47.0
golang.org/x/term 0.43.0 0.45.0
github.com/apple/pkl-go 0.8.0 0.14.0
github.com/aws/aws-sdk-go-v2/service/acm 1.38.2 1.42.1
github.com/aws/aws-sdk-go-v2/service/cloudfront 1.61.1 1.66.1
github.com/aws/aws-sdk-go-v2/service/codeartifact 1.38.22 1.40.1
github.com/aws/aws-sdk-go-v2/service/dynamodb 1.57.2 1.60.1
github.com/aws/aws-sdk-go-v2/service/kms 1.50.5 1.54.1
github.com/aws/aws-sdk-go-v2/service/lightsail 1.53.1 1.57.1
github.com/aws/aws-sdk-go-v2/service/rds 1.118.1 1.120.1
github.com/aws/aws-sdk-go-v2/service/sagemaker 1.242.0 1.258.1
github.com/aws/aws-sdk-go-v2/service/servicequotas 1.34.6 1.36.1
github.com/aws/aws-sdk-go-v2/service/ssm 1.68.5 1.72.0
github.com/lestrrat-go/jwx/v2 2.1.6 2.1.7
github.com/mattn/go-runewidth 0.0.20 0.0.24
github.com/aws/aws-sdk-go-v2/service/cloudcontrol 1.29.14 1.31.1
github.com/aws/aws-sdk-go-v2/service/iam 1.53.8 1.55.1

Updates github.com/aws/aws-sdk-go-v2 from 1.41.6 to 1.42.1

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.32.16 to 1.32.30

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.19.15 to 1.19.29

Commits

Updates github.com/aws/aws-sdk-go-v2/service/bedrockruntime from 1.50.5 to 1.55.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/cloudformation from 1.71.10 to 1.74.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ec2 from 1.299.0 to 1.316.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.100.0 to 1.105.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/sts from 1.42.0 to 1.44.1

Commits

Updates github.com/aws/smithy-go from 1.25.0 to 1.27.3

Changelog

Sourced from github.com/aws/smithy-go's changelog.

Release (2026-06-26)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.27.3
    • Bug Fix: Fix bug in JSON doc encoder and endpoint host label format validation

Release (2026-06-05)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.27.2
    • Bug Fix: Fix incorrect serialization of unions in CBOR-based protocols.

Release (2026-06-04)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.27.1
    • Bug Fix: Fixed a deserialization failure in all protocols when encountering a union with explicit null members.
    • Bug Fix: Fixed a panic when deserializing nested unions in JSON- and CBOR-based protocols.

Release (2026-06-02)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.27.0
    • Feature: Add APIs for schema-based serialization.
    • Feature: Add support for all current AWS and Smithy protocols.
    • Bug Fix: Enforce max nesting depth of 128 on CBOR payloads.
  • github.com/aws/smithy-go/aws-http-auth: v1.2.0
    • Feature: Add event stream signer.

Release (2026-05-27)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.26.0
    • Feature: Add StringSlice to endpoint rulesfn.

... (truncated)

Commits
  • 9445927 Release 2026-06-26
  • 7617c7e add prefix/suffix hyphen rejection for host label validation based on rfc1123...
  • 49402bd Fix document.Number serialization and BigDecimal negative zero sign loss (#681)
  • 648e8ad feat: move common middlewares to shared addCommonMiddlewares (#674)
  • bff4b8c Release 2026-06-05
  • 6b71b3a fix broken cbor union serialization (#676)
  • 3c67717 serialize value types if @​required (#675)
  • 6a1dd2f Release 2026-06-04
  • ec26415 fix nested union json ctx break/smithy.ReadUnion contract issue (#673)
  • 3f6ece2 Release 2026-06-02
  • Additional commits viewable in compare view

Updates github.com/gookit/color from 1.6.0 to 1.6.1

Release notes

Sourced from github.com/gookit/color's releases.

v1.6.1

Change Log

Fixed

Other

Commits
  • d232e11 ci(release): remove Go version matrix and simplify build steps in release action
  • 1245572 fix(convert): incorrect conversion between integer types
  • 2bb27a5 fix(detect): should enable VTP on windows CMD,PWSH
  • e58a899 fix: re-apply color after nested reset in RenderString (#119)
  • de1e243 Add 'stable' to Go version matrix and update action
  • ed1b9cc build(deps): bump actions/checkout from 5 to 6 (#115)
  • 2e18426 build(deps): bump github/codeql-action from 3 to 4 (#113)
  • See full diff in compare view

Updates golang.org/x/sys from 0.45.0 to 0.47.0

Commits
  • 9e7e939 cpu: handle vendor suffixes in parseRelease
  • f6fb8a1 unix: use epoll_pwait rather than epoll_wait
  • f3eeabf windows: avoid length overflow in NewNTString
  • 3cb6647 unix: update glibc to 2.43
  • c507910 windows: document safe usage of TrusteeValue
  • d58dcfa unix: add GPIO constants and structs
  • See full diff in compare view

Updates golang.org/x/term from 0.43.0 to 0.45.0

Commits

Updates github.com/apple/pkl-go from 0.8.0 to 0.14.0

Release notes

Sourced from github.com/apple/pkl-go's releases.

v0.14.0

Release notes: https://pkl-lang.org/go/current/CHANGELOG.html#release-0.14.0

pkl.golang@0.14.0

This holds the release assets for the pkl.golang Pkl package

v0.13.2

Release notes: https://pkl-lang.org/go/current/CHANGELOG.html#release-0.13.2

pkl.golang@0.13.2

This holds the release assets for the pkl.golang Pkl package

v0.13.1

Release notes: https://pkl-lang.org/go/current/CHANGELOG.html#release-0.13.1

pkl.golang@0.13.1

This holds the release assets for the pkl.golang Pkl package

v0.13.0

Release notes: https://pkl-lang.org/go/current/CHANGELOG.html#release-0.13.0

pkl.golang@0.13.0

This holds the release assets for the pkl.golang Pkl package

v0.12.1

Release notes: https://pkl-lang.org/go/current/CHANGELOG.html#release-0.12.1

pkl.golang@0.12.1

This holds the release assets for the pkl.golang Pkl package

v0.12.0

Release notes: https://pkl-lang.org/go/current/CHANGELOG.html#release-0.12.0

pkl.golang@0.12.0

This holds the release assets for the pkl.golang Pkl package

v0.11.1

Release notes: https://pkl-lang.org/go/current/CHANGELOG.html#release-0.11.1

pkl.golang@0.11.1

This holds the release assets for the pkl.golang Pkl package

v0.11.0

Release notes: https://pkl-lang.org/go/current/CHANGELOG.html#release-0.11.0

pkl.golang@0.11.0

This holds the release assets for the pkl.golang Pkl package

v0.10.0

Release notes: https://pkl-lang.org/go/current/CHANGELOG.html#release-0.10.0

... (truncated)

Commits
  • a78efef Prepare 0.14.0 release (#250)
  • 9a6db58 Add support for resolved evaluator settings (#249)
  • 4893b38 Add support for configuring HTTP headers (#248)
  • 45df264 SPICE-0020: Type-safe deferred references (#238)
  • 6563c2a Correct proxy noProxy assignment in evaluator options (#228)
  • e93b58f Bump EnricoMi/publish-unit-test-result-action from 2.23.0 to 2.24.0 (#244)
  • 181b0d4 Bump github/codeql-action from 4.36.0 to 4.36.2 (#241)
  • 216d910 Bump actions/checkout from 6.0.2 to 6.0.3 (#242)
  • 28450f2 Bump pkl.impl.ghactions to version 1.8.1 (#240)
  • 0b34c41 Bump pkl.impl.ghactions to version 1.8.0 (#239)
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2/service/acm from 1.38.2 to 1.42.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/cloudfront from 1.61.1 to 1.66.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/codeartifact from 1.38.22 to 1.40.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.57.2 to 1.60.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/kms from 1.50.5 to 1.54.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/lightsail from 1.53.1 to 1.57.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/rds from 1.118.1 to 1.120.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/sagemaker from 1.242.0 to 1.258.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/servicequotas from 1.34.6 to 1.36.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ssm from 1.68.5 to 1.72.0

Commits

Updates github.com/lestrrat-go/jwx/v2 from 2.1.6 to 2.1.7

Changelog

Sourced from github.com/lestrrat-go/jwx/v2's changelog.

v2.1.7 30 Jun 2026

  • This module is now deprecated. v2 is no longer maintained; please migrate to github.com/lestrrat-go/jwx/v4 or github.com/lestrrat-go/jwx/v3. The go.mod deprecation notice causes go get and pkg.go.dev to flag this module as deprecated.
Commits
  • f818e26 Merge branch 'develop/v2' into v2
  • 15997a7 release v2.1.7
  • 4b065d7 build(deps): bump actions/cache from 6.0.0 to 6.1.0 (#2237)
  • 1da7d9b build(deps): bump actions/setup-go from 6.4.0 to 6.5.0 (#2229)
  • acff097 build(deps): bump actions/cache from 5 to 6 (#2228)
  • 4e33541 build(deps): bump actions/checkout from 6.0.3 to 7.0.0 (#2225)
  • 11d9ac0 build(deps): bump golang.org/x/crypto from 0.52.0 to 0.53.0 (#2191)
  • 3314202 build(deps): bump actions/checkout from 6.0.2 to 6.0.3 (#2183)
  • 5b7fe02 build(deps): bump golangci/golangci-lint-action from 9.2.0 to 9.2.1 (#2178)
  • 273a5e4 build(deps): bump golang.org/x/crypto from 0.51.0 to 0.52.0 (#2177)
  • Additional commits viewable in compare view

Updates github.com/mattn/go-runewidth from 0.0.20 to 0.0.24

Commits
  • 0383c20 Merge pull request #96 from mattn/optimize-eastasian-width-table
  • 37796e5 Optimize EastAsian RuneWidth with precomputed width table
  • e8dc57a Revise security policy and supported versions
  • 17a7a03 Merge pull request #95 from mattn/optimize-runewidth-performance
  • 0a43bb8 Optimize RuneWidth and StringWidth performance
  • 41dc6c5 Merge pull request #92 from mattn/stringwidth-single-rune-fast-path
  • 254e529 optimize single-rune StringWidth
  • b7b94fb Merge pull request #91 from mattn/add-is-combining-width
  • 2c33cbf Update CI: bump actions and Go versions
  • c6c0a14 Add IsCombiningWidth function
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2/service/cloudcontrol from 1.29.14 to 1.31.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/iam from 1.53.8 to 1.55.1

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
github.com/apple/pkl-go [>= 0.12.a, < 0.13]

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 30, 2026
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/minor-and-patch-52f8649612 branch from 716cfe2 to b2ff4bd Compare July 10, 2026 14:52
@kddejong

Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot
dependabot Bot force-pushed the dependabot/go_modules/minor-and-patch-52f8649612 branch from b2ff4bd to 24ed18d Compare July 10, 2026 16:54
Bumps the minor-and-patch group with 24 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.41.6` | `1.42.1` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.32.16` | `1.32.30` |
| [github.com/aws/aws-sdk-go-v2/service/bedrockruntime](https://github.com/aws/aws-sdk-go-v2) | `1.50.5` | `1.55.1` |
| [github.com/aws/aws-sdk-go-v2/service/cloudformation](https://github.com/aws/aws-sdk-go-v2) | `1.71.10` | `1.74.1` |
| [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2) | `1.299.0` | `1.316.1` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.100.0` | `1.105.1` |
| [github.com/gookit/color](https://github.com/gookit/color) | `1.6.0` | `1.6.1` |
| [golang.org/x/sys](https://github.com/golang/sys) | `0.45.0` | `0.47.0` |
| [golang.org/x/term](https://github.com/golang/term) | `0.43.0` | `0.45.0` |
| [github.com/apple/pkl-go](https://github.com/apple/pkl-go) | `0.8.0` | `0.14.0` |
| [github.com/aws/aws-sdk-go-v2/service/acm](https://github.com/aws/aws-sdk-go-v2) | `1.38.2` | `1.42.1` |
| [github.com/aws/aws-sdk-go-v2/service/cloudfront](https://github.com/aws/aws-sdk-go-v2) | `1.61.1` | `1.66.1` |
| [github.com/aws/aws-sdk-go-v2/service/codeartifact](https://github.com/aws/aws-sdk-go-v2) | `1.38.22` | `1.40.1` |
| [github.com/aws/aws-sdk-go-v2/service/dynamodb](https://github.com/aws/aws-sdk-go-v2) | `1.57.2` | `1.60.1` |
| [github.com/aws/aws-sdk-go-v2/service/kms](https://github.com/aws/aws-sdk-go-v2) | `1.50.5` | `1.54.1` |
| [github.com/aws/aws-sdk-go-v2/service/lightsail](https://github.com/aws/aws-sdk-go-v2) | `1.53.1` | `1.57.1` |
| [github.com/aws/aws-sdk-go-v2/service/rds](https://github.com/aws/aws-sdk-go-v2) | `1.118.1` | `1.120.1` |
| [github.com/aws/aws-sdk-go-v2/service/sagemaker](https://github.com/aws/aws-sdk-go-v2) | `1.242.0` | `1.258.1` |
| [github.com/aws/aws-sdk-go-v2/service/servicequotas](https://github.com/aws/aws-sdk-go-v2) | `1.34.6` | `1.36.1` |
| [github.com/aws/aws-sdk-go-v2/service/ssm](https://github.com/aws/aws-sdk-go-v2) | `1.68.5` | `1.72.0` |
| [github.com/lestrrat-go/jwx/v2](https://github.com/lestrrat-go/jwx) | `2.1.6` | `2.1.7` |
| [github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth) | `0.0.20` | `0.0.24` |
| [github.com/aws/aws-sdk-go-v2/service/cloudcontrol](https://github.com/aws/aws-sdk-go-v2) | `1.29.14` | `1.31.1` |
| [github.com/aws/aws-sdk-go-v2/service/iam](https://github.com/aws/aws-sdk-go-v2) | `1.53.8` | `1.55.1` |



Updates `github.com/aws/aws-sdk-go-v2` from 1.41.6 to 1.42.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.41.6...v1.42.1)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.16 to 1.32.30
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.32.16...config/v1.32.30)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.19.15 to 1.19.29
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.19.15...credentials/v1.19.29)

Updates `github.com/aws/aws-sdk-go-v2/service/bedrockruntime` from 1.50.5 to 1.55.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ssm/v1.50.5...service/s3/v1.55.1)

Updates `github.com/aws/aws-sdk-go-v2/service/cloudformation` from 1.71.10 to 1.74.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/cloudformation/v1.71.10...service/s3/v1.74.1)

Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.299.0 to 1.316.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ec2/v1.299.0...service/ec2/v1.316.1)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.100.0 to 1.105.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.100.0...service/s3/v1.105.1)

Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.42.0 to 1.44.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.42.0...service/iot/v1.44.1)

Updates `github.com/aws/smithy-go` from 1.25.0 to 1.27.3
- [Release notes](https://github.com/aws/smithy-go/releases)
- [Changelog](https://github.com/aws/smithy-go/blob/main/CHANGELOG.md)
- [Commits](aws/smithy-go@v1.25.0...v1.27.3)

Updates `github.com/gookit/color` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/gookit/color/releases)
- [Commits](gookit/color@v1.6.0...v1.6.1)

Updates `golang.org/x/sys` from 0.45.0 to 0.47.0
- [Commits](golang/sys@v0.45.0...v0.47.0)

Updates `golang.org/x/term` from 0.43.0 to 0.45.0
- [Commits](golang/term@v0.43.0...v0.45.0)

Updates `github.com/apple/pkl-go` from 0.8.0 to 0.14.0
- [Release notes](https://github.com/apple/pkl-go/releases)
- [Commits](apple/pkl-go@v0.8.0...v0.14.0)

Updates `github.com/aws/aws-sdk-go-v2/service/acm` from 1.38.2 to 1.42.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.38.2...v1.42.1)

Updates `github.com/aws/aws-sdk-go-v2/service/cloudfront` from 1.61.1 to 1.66.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.61.1...service/s3/v1.66.1)

Updates `github.com/aws/aws-sdk-go-v2/service/codeartifact` from 1.38.22 to 1.40.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/codeartifact/v1.38.22...v1.40.1)

Updates `github.com/aws/aws-sdk-go-v2/service/dynamodb` from 1.57.2 to 1.60.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ssm/v1.57.2...service/s3/v1.60.1)

Updates `github.com/aws/aws-sdk-go-v2/service/kms` from 1.50.5 to 1.54.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ssm/v1.50.5...service/s3/v1.54.1)

Updates `github.com/aws/aws-sdk-go-v2/service/lightsail` from 1.53.1 to 1.57.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.53.1...service/s3/v1.57.1)

Updates `github.com/aws/aws-sdk-go-v2/service/rds` from 1.118.1 to 1.120.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/rds/v1.118.1...service/rds/v1.120.1)

Updates `github.com/aws/aws-sdk-go-v2/service/sagemaker` from 1.242.0 to 1.258.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ec2/v1.242.0...service/ec2/v1.258.1)

Updates `github.com/aws/aws-sdk-go-v2/service/servicequotas` from 1.34.6 to 1.36.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/mq/v1.34.6...v1.36.1)

Updates `github.com/aws/aws-sdk-go-v2/service/ssm` from 1.68.5 to 1.72.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ssm/v1.68.5...service/s3/v1.72.0)

Updates `github.com/lestrrat-go/jwx/v2` from 2.1.6 to 2.1.7
- [Release notes](https://github.com/lestrrat-go/jwx/releases)
- [Changelog](https://github.com/lestrrat-go/jwx/blob/v2.1.7/Changes)
- [Commits](lestrrat-go/jwx@v2.1.6...v2.1.7)

Updates `github.com/mattn/go-runewidth` from 0.0.20 to 0.0.24
- [Commits](mattn/go-runewidth@v0.0.20...v0.0.24)

Updates `github.com/aws/aws-sdk-go-v2/service/cloudcontrol` from 1.29.14 to 1.31.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.29.14...config/v1.31.1)

Updates `github.com/aws/aws-sdk-go-v2/service/iam` from 1.53.8 to 1.55.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ecs/v1.53.8...service/s3/v1.55.1)

---
updated-dependencies:
- dependency-name: github.com/apple/pkl-go
  dependency-version: 0.13.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.32.26
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-version: 1.19.25
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/service/acm
  dependency-version: 1.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/service/bedrockruntime
  dependency-version: 1.54.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/service/cloudcontrol
  dependency-version: 1.30.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/service/cloudformation
  dependency-version: 1.73.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/service/cloudfront
  dependency-version: 1.65.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/service/codeartifact
  dependency-version: 1.39.8
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/service/dynamodb
  dependency-version: 1.59.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
  dependency-version: 1.310.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/service/iam
  dependency-version: 1.54.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/service/kms
  dependency-version: 1.53.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/service/lightsail
  dependency-version: 1.56.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/service/rds
  dependency-version: 1.119.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-version: 1.104.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sagemaker
  dependency-version: 1.256.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/service/servicequotas
  dependency-version: 1.35.8
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ssm
  dependency-version: 1.69.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
  dependency-version: 1.43.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/aws/smithy-go
  dependency-version: 1.27.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/gookit/color
  dependency-version: 1.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/lestrrat-go/jwx/v2
  dependency-version: 2.1.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/mattn/go-runewidth
  dependency-version: 0.0.24
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: golang.org/x/sys
  dependency-version: 0.46.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: golang.org/x/term
  dependency-version: 0.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/minor-and-patch-52f8649612 branch from 24ed18d to 8670f20 Compare July 14, 2026 20:59
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