Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 27, 2025

Bumps the gomod group with 15 updates in the / directory:

Package From To
github.com/a-h/templ 0.3.924 0.3.943
github.com/aws/aws-sdk-go-v2 1.38.3 1.39.2
github.com/aws/aws-sdk-go-v2/config 1.31.6 1.31.11
github.com/aws/aws-sdk-go-v2/service/s3 1.87.3 1.88.3
github.com/gaissmai/bart 0.23.0 0.25.0
github.com/golang-jwt/jwt/v5 5.2.3 5.3.0
github.com/google/cel-go 0.26.0 0.26.1
github.com/playwright-community/playwright-go 0.5200.0 0.5200.1
github.com/prometheus/client_golang 1.22.0 1.23.2
github.com/redis/go-redis/v9 9.11.0 9.15.0
github.com/shirou/gopsutil/v4 4.25.6 4.25.8
github.com/testcontainers/testcontainers-go 0.38.0 0.39.0
go.etcd.io/bbolt 1.4.2 1.4.3
google.golang.org/grpc 1.74.2 1.75.1
k8s.io/apimachinery 0.33.3 0.34.1

Updates github.com/a-h/templ from 0.3.924 to 0.3.943

Release notes

Sourced from github.com/a-h/templ's releases.

v0.3.943

Changelog

  • 70af26b chore: bump dependencies
  • 806d9e8 chore: bump version
  • d7f4505 feat: add Range field to Element parser nodes (#1236)
  • 40be321 feat: don't insert proxy reload script on datastar initiated requests (#1235)
  • 18fb42a fix: don't attempt to apply prettier if it is not available (#1246)
  • 71d038e fix: skip parsing of JavaScript regexp literals: /test/ (#1245)

v0.3.937

Changelog

  • 935033d chore: bump dependencies
  • c6b1acb chore: bump gofiber in example project
  • 9490baa chore: bump version
  • 5397d62 chore: fix linter errors in test
  • 7451ee8 chore: go get ./... && go mod tidy
  • e0a1051 chore: remove linter warning in test
  • 63d8ad2 feat: add Range to HTMLComment nodes (#1229)
  • 71566a0 feat: add Range to raw elements (RawElement, ScriptElement) (#1231)
  • 273e0ed feat: format js and css with prettier if prettier is on the $PATH (#1230)
  • 5151891 refactor: update watcher tests to use public interface of fsnotify to prevent race condition in tests
Commits
  • 806d9e8 chore: bump version
  • 40be321 feat: don't insert proxy reload script on datastar initiated requests (#1235)
  • d7f4505 feat: add Range field to Element parser nodes (#1236)
  • 71d038e fix: skip parsing of JavaScript regexp literals: /test/ (#1245)
  • 18fb42a fix: don't attempt to apply prettier if it is not available (#1246)
  • 70af26b chore: bump dependencies
  • 9490baa chore: bump version
  • 273e0ed feat: format js and css with prettier if prettier is on the $PATH (#1230)
  • 431aa55 docs: update example to use CSRF middleware
  • d9d2b57 docs: add example of form handling and validation (#1240)
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2 from 1.38.3 to 1.39.2

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.31.6 to 1.31.11

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.87.3 to 1.88.3

Commits

Updates github.com/gaissmai/bart from 0.23.0 to 0.25.0

Release notes

Sourced from github.com/gaissmai/bart's releases.

Release v0.25.0

  • bump to go1.24.0
  • deprecated GetAndDelete
  • deprecated GetAndDeletePersist
  • deprecated Update
  • deprecated UpdatePersist
  • implemented Equal
  • implemented Modify
  • implemented ModifyPersist
  • implemented WalkPersist

Release v0.24.0

implements UnionPersist

release v0.23.1

refactored code for payload cloning, needed for copy-on-write

Commits
  • 19a0fea changed signature of Delete and DeletePersist
  • 1d55e21 remove toolchain line
  • a5620af Modify now returns the old value on update
  • e50500c change the Modify semantic, no more panics
  • 3e8eb8a simplify code for Modify
  • 9a2f1bf naming is hard
  • 8a3e979 naming is hard, UpdateOrDelete -> Modify
  • 03c2f31 bump toolchain
  • fcf233d more bounds check eliminated
  • 39c83c7 impl. UpdateOrDeletePersist
  • Additional commits viewable in compare view

Updates github.com/golang-jwt/jwt/v5 from 5.2.3 to 5.3.0

Release notes

Sourced from github.com/golang-jwt/jwt/v5's releases.

v5.3.0

This release is almost identical to to v5.2.3 but now correctly indicates Go 1.21 as minimum requirement.

What's Changed

Full Changelog: golang-jwt/jwt@v5.2.3...v5.3.0

Commits

Updates github.com/google/cel-go from 0.26.0 to 0.26.1

Release notes

Sourced from github.com/google/cel-go's releases.

Release v0.26.1

What's Changed

New Contributors

Full Changelog: google/cel-go@v0.25.1...v0.26.1

Commits
  • 8e7beb6 Support unwrapping unknown implementations of proto.Message (#1207)
  • 8750458 Add support for nested element type (#1190)
  • 93e910b Support variable descriptions in the AI prompt template (#1205)
  • fb02c9a Init function bindings on environment init (#1199)
  • cf932c7 Bump the npm_and_yarn group across 1 directory with 2 updates (#1197)
  • 8835891 Minor compatibility fixes for google3-import. (#1198)
  • 9453cde Comprehension nesting limit typo, allow nesting limit validator to accept dou...
  • See full diff in compare view

Updates github.com/playwright-community/playwright-go from 0.5200.0 to 0.5200.1

Release notes

Sourced from github.com/playwright-community/playwright-go's releases.

v0.5200.1

What's Changed

New Contributors

Full Changelog: playwright-community/playwright-go@v0.5200.0...v0.5200.1

Commits
  • 56e30d6 fix: waiter#RunAndWait maybe cause deadlock. (#555)
  • a70e216 test: wait for workerFunction to be defined in worker test (#561)
  • 2943f90 fix(ci): github runner deprecated ubuntu 20.04 (#560)
  • 123b947 fix: prevent panic in Sizes() (#544)
  • ed0010f fix: ignore nil error for up2date (#552)
  • 556282e fix(ci): misuse of matrix conditional (#559)
  • 6a47e17 ci: handle github action faillures (#553)
  • 4d70e13 docs: modify the playwright driver installation instructions (#542)
  • See full diff in compare view

Updates github.com/prometheus/client_golang from 1.22.0 to 1.23.2

Release notes

Sourced from github.com/prometheus/client_golang's releases.

v1.23.2 - 2025-09-05

This release is made to upgrade to prometheus/common v0.66.1, which drops the dependencies github.com/grafana/regexp and go.uber.org/atomic and replaces gopkg.in/yaml.v2 with go.yaml.in/yaml/v2 (a drop-in replacement). There are no functional changes.

Full Changelog: prometheus/client_golang@v1.23.1...v1.23.2

v1.23.1 - 2025-09-04

This release is made to be compatible with a backwards incompatible API change in prometheus/common v0.66.0. There are no functional changes.

Full Changelog: prometheus/client_golang@v1.23.0...v1.23.1

v1.23.0 - 2025-07-30

  • [CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. #1812
  • [FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix #1766
  • [FEATURE] Add exemplars for native histograms #1686
  • [ENHANCEMENT] exp/api: Bubble up status code from writeResponse #1823
  • [ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 #1833
  • [BUGFIX] exp/api: client prompt return on context cancellation #1729

... (truncated)

Changelog

Sourced from github.com/prometheus/client_golang's changelog.

1.23.2 / 2025-09-05

This release is made to upgrade to prometheus/common v0.66.1, which drops the dependencies github.com/grafana/regexp and go.uber.org/atomic and replaces gopkg.in/yaml.v2 with go.yaml.in/yaml/v2 (a drop-in replacement). There are no functional changes.

1.23.1 / 2025-09-04

This release is made to be compatible with a backwards incompatible API change in prometheus/common v0.66.0. There are no functional changes.

1.23.0 / 2025-07-30

  • [CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. #1812
  • [FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix #1766
  • [FEATURE] Add exemplars for native histograms #1686
  • [ENHANCEMENT] exp/api: Bubble up status code from writeResponse #1823
  • [ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 #1833
  • [BUGFIX] exp/api: client prompt return on context cancellation #1729
Commits

Updates github.com/redis/go-redis/v9 from 9.11.0 to 9.15.0

Release notes

Sourced from github.com/redis/go-redis/v9's releases.

9.15.0-beta.3

Changes

Same as v9.15.0-beta.2 Retracts v9.15.0

9.15.0-beta.2

Highlights

This beta release includes a pre-production version of processing push notifications and hitless upgrades.

Changes

  • chore: Update hash_commands.go (#3523)

🚀 New Features

  • feat: RESP3 notifications support & Hitless notifications handling (#3418)

🐛 Bug Fixes

  • fix: pipeline repeatedly sets the error (#3525)

🧰 Maintenance

  • chore(deps): bump rojopolis/spellcheck-github-actions from 0.51.0 to 0.52.0 (#3520)
  • feat(e2e-testing): maintnotifications e2e and refactor (#3526)
  • feat(tag.sh): Improved resiliency of the release process (#3530)

Contributors

We'd like to thank all the contributors who worked on this release!

@​cxljs, @​ndyakov, @​htemelski-redis, and @​omid-h70

9.15.0-beta.1

Highlights

This beta release includes a pre-production version of processing push notifications and hitless upgrades.

Hitless Upgrades

Hitless upgrades is a major new feature that allows for zero-downtime upgrades in Redis clusters. You can find more information in the Hitless Upgrades documentation.

Changes

🚀 New Features

  • [CAE-1088] & [CAE-1072] feat: RESP3 notifications support & Hitless notifications handling (#3418)

Contributors

We'd like to thank all the contributors who worked on this release!

@​ndyakov, @​htemelski-redis, @​ofekshenawa

... (truncated)

Changelog

Sourced from github.com/redis/go-redis/v9's changelog.

Release Notes

9.15.0-beta.3 (2025-09-26)

Highlights

This beta release includes a pre-production version of processing push notifications and hitless upgrades.

Changes

  • chore: Update hash_commands.go (#3523)

🚀 New Features

  • feat: RESP3 notifications support & Hitless notifications handling (#3418)

🐛 Bug Fixes

  • fix: pipeline repeatedly sets the error (#3525)

🧰 Maintenance

  • chore(deps): bump rojopolis/spellcheck-github-actions from 0.51.0 to 0.52.0 (#3520)
  • feat(e2e-testing): maintnotifications e2e and refactor (#3526)
  • feat(tag.sh): Improved resiliency of the release process (#3530)

Contributors

We'd like to thank all the contributors who worked on this release!

@​cxljs, @​ndyakov, @​htemelski-redis, and @​omid-h70

9.15.0-beta.1 (2025-09-10)

Highlights

This beta release includes a pre-production version of processing push notifications and hitless upgrades.

Hitless Upgrades

Hitless upgrades is a major new feature that allows for zero-downtime upgrades in Redis clusters. You can find more information in the Hitless Upgrades documentation.

Changes

🚀 New Features

  • [CAE-1088] & [CAE-1072] feat: RESP3 notifications support & Hitless notifications handling (#3418)

Contributors

We'd like to thank all the contributors who worked on this release!

@​ndyakov, @​htemelski-redis, @​ofekshenawa

... (truncated)

Commits

Updates github.com/shirou/gopsutil/v4 from 4.25.6 to 4.25.8

Release notes

Sourced from github.com/shirou/gopsutil/v4's releases.

v4.25.8

Important Change

Starting from this release, VirtualMemoryStat.Used on Linux is now calculated based on MemAvailable in meminfo. This may cause a difference of approximately 6–10% compared to the previous calculation.

To address this, we have introduced an opt-out mechanism. You can disable the new calculation by setting the context key WillBeDeletedOptOutMemAvailableCalc to true. Please note that this option is undocumented and will be removed in six months (Feb. 2026).

For more details, see #1873 and #1882.

What's Changed

cpu

disk

mem

process

Other Changes

New Contributors

Full Changelog: shirou/gopsutil@v4.25.7...v4.25.8

v4.25.7

What's Changed

disk

mem

process

Other Changes

... (truncated)

Commits
  • 02f5628 Merge pull request #1910 from gremat/fix/use-compatible-perfstat-version-to-f...
  • 1d96565 Merge pull request #1891 from mmorel-35/revive/time
  • b1b09bc Merge pull request #1907 from shirou/feat/remove_binary_go_file
  • 3d59eeb Merge pull request #1885 from mmorel-35/fatcontext
  • 97f9dfe chore: bump power-devops/perfstat to a compatible version
  • 519169e Merge pull request #1909 from shirou/dependabot/go_modules/github.com/stretch...
  • 84ffa6a chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1
  • 7247909 Merge pull request #1908 from shirou/feat/throw_error_on_readline_failed
  • f37ef47 [cpu][mem][linux]: throw error on Readline failed
  • 2758ffc [disk][process][freebsd]: remove binary.go from common
  • Additional commits viewable in compare view

Updates github.com/testcontainers/testcontainers-go from 0.38.0 to 0.39.0

Release notes

Sourced from github.com/testcontainers/testcontainers-go's releases.

v0.39.0

What's Changed

🚀 Features

🐛 Bug Fixes

📖 Documentation

  • docs: clarify no client SDKs in production modules/images, in contributing.md (#3279) @​nimdrak

🧹 Housekeeping

📦 Dependency updates

... (truncated)

Commits
  • da47f5d chore: use new version (v0.39.0) in modules and examples
  • 404b345 chore(atlas): simplify host-port calculation in tests (#3300)
  • 6e14bda feat(atlaslocal): add MongoDB Atlas Local module (#3254)
  • 1fdd847 chore(deps): bump golang.org/x/net from 0.28.0 to 0.38.0 (#3299)
  • 88dead6 feat: allow saving specific platforms for an image (#3218)
  • 44d970c chore(deps): bump dario.cat/mergo from 1.0.1 to 1.0.2 (#3238)
  • ac8fdd3 chore(deps): bump golang.org/x/sys from 0.32.0 to 0.36.0 (#3282)
  • d254caa feat(redpanda): add support for http proxy (#3258)
  • f54a356 chore(deps): bump github/codeql-action from 3.29.3 to 3.30.3 (#3287)
  • 7098d80 chore(go): bump to Go 1.24 as minimal version (#3298)
  • Additional commits viewable in compare view

Updates go.etcd.io/bbolt from 1.4.2 to 1.4.3

Release notes

Sourced from go.etcd.io/bbolt's releases.

v1.4.3

See the CHANGELOG/v1.4.3 for more details.

Commits
  • 68e6b96 Update version to v1.4.3
  • 599de69 Merge pull request #1058 from ahrtr/20250818_writeto_1.4
  • 8fd1b83 Update (*Tx)WriteTo to reuse the already opened file if WriteFlag not set
  • 76cd3d4 Merge pull request #1049 from hwdef/release14-bump-go-12312
  • af33d7d Bump Go to 1.23.12
  • 60b43b8 Merge pull request #1050 from Elbehery/20250811_bump_windows_timeout
  • 79638fd [release-1.4]:chore(test): bump_windows_test_timeout
  • 804e170 Merge pull request #1046 from ahrtr/20250809_hugesize_test_1.4
  • 0307cfd Fix test case TestDB_HugeValue for 32 bit systems
  • 4c57e50 Merge pull request #1024 from hwdef/bump-go-12311-release-14
  • Additional commits viewable in compare view

Updates golang.org/x/net from 0.42.0 to 0.43.0

Commits
  • e74bc31 go.mod: update golang.org/x dependencies
  • af6926e http2: remove references to defunct http2.golang.org test server
  • See full diff in compare view

Updates golang.org/x/text from 0.27.0 to 0.28.0

Commits

Updates google.golang.org/grpc from 1.74.2 to 1.75.1

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.75.1

Bug Fixes

  • transport: Fix a data race while copying headers for stats handlers in the std lib http2 server transport. (#8519)
  • xdsclient:
    • Fix a data race caused while reporting load to LRS. (#8483)
    • Fix regression preventing empty node IDs when creating an LRS client. (#8483)
  • server: Fix a regression preventing streams from being cancelled or timed out when blocked on flow control. (#8528)

Release 1.75.0

Behavior Changes

  • xds: Remove support for GRPC_EXPERIMENTAL_XDS_FALLBACK environment variable. Fallback support can no longer be disabled. (#8482)
  • stats: Introduce DelayedPickComplete event, a type alias of PickerUpdated. (#8465)
    • This (combined) event will now be emitted only once per call, when a transport is successfully selected for the attempt.
    • OpenTelemetry metrics will no longer have multiple "Delayed LB pick complete" events in Go, matching other gRPC languages.
    • A future release will delete the PickerUpdated symbol.
  • credentials: Properly apply grpc.WithAuthority as the highest-priority option for setting authority, above the setting in the credentials themselves. (#8488)
    • Now that this WithAuthority is available, the credentials should not be used to override the authority.
  • round_robin: Randomize the order in which addresses are connected to in order to spread out initial RPC load between clients. (#8438)
  • serve...

    Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Sep 27, 2025
@dependabot dependabot bot force-pushed the dependabot/go_modules/gomod-74f5a6a6f4 branch from 22e8a79 to 0192ab7 Compare September 29, 2025 00:29
@dependabot dependabot bot force-pushed the dependabot/go_modules/gomod-74f5a6a6f4 branch from 0192ab7 to 8217905 Compare October 13, 2025 00:28
Bumps the gomod group with 15 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/a-h/templ](https://github.com/a-h/templ) | `0.3.924` | `0.3.943` |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.38.3` | `1.39.2` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.31.6` | `1.31.11` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.87.3` | `1.88.3` |
| [github.com/gaissmai/bart](https://github.com/gaissmai/bart) | `0.23.0` | `0.25.0` |
| [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt) | `5.2.3` | `5.3.0` |
| [github.com/google/cel-go](https://github.com/google/cel-go) | `0.26.0` | `0.26.1` |
| [github.com/playwright-community/playwright-go](https://github.com/playwright-community/playwright-go) | `0.5200.0` | `0.5200.1` |
| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.22.0` | `1.23.2` |
| [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) | `9.11.0` | `9.15.0` |
| [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil) | `4.25.6` | `4.25.8` |
| [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) | `0.38.0` | `0.39.0` |
| [go.etcd.io/bbolt](https://github.com/etcd-io/bbolt) | `1.4.2` | `1.4.3` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.74.2` | `1.75.1` |
| [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.33.3` | `0.34.1` |



Updates `github.com/a-h/templ` from 0.3.924 to 0.3.943
- [Release notes](https://github.com/a-h/templ/releases)
- [Changelog](https://github.com/a-h/templ/blob/main/.goreleaser.yaml)
- [Commits](a-h/templ@v0.3.924...v0.3.943)

Updates `github.com/aws/aws-sdk-go-v2` from 1.38.3 to 1.39.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@v1.38.3...v1.39.2)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.31.6 to 1.31.11
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@config/v1.31.6...config/v1.31.11)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.87.3 to 1.88.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.87.3...service/s3/v1.88.3)

Updates `github.com/gaissmai/bart` from 0.23.0 to 0.25.0
- [Release notes](https://github.com/gaissmai/bart/releases)
- [Commits](gaissmai/bart@v0.23.0...v0.25.0)

Updates `github.com/golang-jwt/jwt/v5` from 5.2.3 to 5.3.0
- [Release notes](https://github.com/golang-jwt/jwt/releases)
- [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md)
- [Commits](golang-jwt/jwt@v5.2.3...v5.3.0)

Updates `github.com/google/cel-go` from 0.26.0 to 0.26.1
- [Release notes](https://github.com/google/cel-go/releases)
- [Commits](google/cel-go@v0.26.0...v0.26.1)

Updates `github.com/playwright-community/playwright-go` from 0.5200.0 to 0.5200.1
- [Release notes](https://github.com/playwright-community/playwright-go/releases)
- [Commits](playwright-community/playwright-go@v0.5200.0...v0.5200.1)

Updates `github.com/prometheus/client_golang` from 1.22.0 to 1.23.2
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.22.0...v1.23.2)

Updates `github.com/redis/go-redis/v9` from 9.11.0 to 9.15.0
- [Release notes](https://github.com/redis/go-redis/releases)
- [Changelog](https://github.com/redis/go-redis/blob/master/RELEASE-NOTES.md)
- [Commits](https://github.com/redis/go-redis/commits)

Updates `github.com/shirou/gopsutil/v4` from 4.25.6 to 4.25.8
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](shirou/gopsutil@v4.25.6...v4.25.8)

Updates `github.com/testcontainers/testcontainers-go` from 0.38.0 to 0.39.0
- [Release notes](https://github.com/testcontainers/testcontainers-go/releases)
- [Commits](testcontainers/testcontainers-go@v0.38.0...v0.39.0)

Updates `go.etcd.io/bbolt` from 1.4.2 to 1.4.3
- [Release notes](https://github.com/etcd-io/bbolt/releases)
- [Commits](etcd-io/bbolt@v1.4.2...v1.4.3)

Updates `golang.org/x/net` from 0.42.0 to 0.43.0
- [Commits](golang/net@v0.42.0...v0.43.0)

Updates `golang.org/x/text` from 0.27.0 to 0.28.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.27.0...v0.28.0)

Updates `google.golang.org/grpc` from 1.74.2 to 1.75.1
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.74.2...v1.75.1)

Updates `k8s.io/apimachinery` from 0.33.3 to 0.34.1
- [Commits](kubernetes/apimachinery@v0.33.3...v0.34.1)

---
updated-dependencies:
- dependency-name: github.com/a-h/templ
  dependency-version: 0.3.943
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.39.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.31.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-version: 1.88.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/gaissmai/bart
  dependency-version: 0.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/golang-jwt/jwt/v5
  dependency-version: 5.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/google/cel-go
  dependency-version: 0.26.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/playwright-community/playwright-go
  dependency-version: 0.5200.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/prometheus/client_golang
  dependency-version: 1.23.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/redis/go-redis/v9
  dependency-version: 9.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/shirou/gopsutil/v4
  dependency-version: 4.25.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/testcontainers/testcontainers-go
  dependency-version: 0.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: go.etcd.io/bbolt
  dependency-version: 1.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: golang.org/x/net
  dependency-version: 0.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: golang.org/x/text
  dependency-version: 0.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: google.golang.org/grpc
  dependency-version: 1.75.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.34.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/gomod-74f5a6a6f4 branch from 8217905 to 3e85b3e Compare October 20, 2025 00:32
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.

0 participants