Skip to content

chore(deps): bump the dependencies group across 1 directory with 19 updates#308

Merged
github-actions[bot] merged 1 commit intomasterfrom
dependabot/go_modules/dependencies-a2fe30aece
Nov 1, 2025
Merged

chore(deps): bump the dependencies group across 1 directory with 19 updates#308
github-actions[bot] merged 1 commit intomasterfrom
dependabot/go_modules/dependencies-a2fe30aece

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Nov 1, 2025

Bumps the dependencies group with 12 updates in the / directory:

Package From To
github.com/Scalingo/go-handlers 1.8.2 1.9.1
github.com/Scalingo/go-utils/logger 1.9.1 1.11.0
github.com/bits-and-blooms/bitset 1.22.0 1.24.3
github.com/gofrs/uuid/v5 5.3.2 5.4.0
github.com/moby/moby 28.3.3+incompatible 28.5.1+incompatible
go.etcd.io/etcd/api/v3 3.6.4 3.6.5
go.etcd.io/etcd/client/v3 3.6.4 3.6.5
google.golang.org/grpc 1.74.2 1.76.0
github.com/coreos/go-systemd/v22 22.5.0 22.6.0
github.com/docker/go-connections 0.5.0 0.6.0
github.com/grpc-ecosystem/grpc-gateway/v2 2.27.1 2.27.3
golang.org/x/net 0.42.0 0.46.0

Updates github.com/Scalingo/go-handlers from 1.8.2 to 1.9.1

Release notes

Sourced from github.com/Scalingo/go-handlers's releases.

v1.9.1

What's Changed

  • build(go.mod): update github.com/Scalingo/go-utils/errors from v3.0.0 to v3.1.1

Full Changelog: Scalingo/go-handlers@v1.9.0...v1.9.1

v1.9.0

What's Changed

New Contributors

Full Changelog: Scalingo/go-handlers@v1.8.2...v1.9.0

Changelog

Sourced from github.com/Scalingo/go-handlers's changelog.

v1.9.1

  • build(go.mod): update github.com/Scalingo/go-utils/errors from v3.0.0 to v3.1.1

v1.9.0

  • build(go.mod): update go to 1.24
  • build(go.mod): update github.com/Scalingo/go-utils/logger to 1.6.0
  • build(go.mod): update github.com/urfave/negroni from v1 to v3
  • build(go.mod): update github.com/Scalingo/go-utils/errors from v2 to v3
  • feature(error_middleware): use JSON if the client accepts it
Commits
  • 81d9e22 Merge pull request #119 from Scalingo/release/1.9.1
  • aef676a Bump v1.9.1
  • ed6b512 Merge pull request #118 from Scalingo/chore/deps/upgrade_errors_package
  • 9e6a9bd chore(deps) upgrade go-utils/errors/v3 to support retro-compatibility
  • d0a1999 Merge pull request #117 from Scalingo/release/1.9.0
  • 64b3ebe Bump v1.9.0
  • 54b6a1c Merge pull request #116 from Scalingo/fix/accept_header
  • 8c6efdb fix(changelog) Fix typo in changelog
  • f01bf87 feature(errors_middleware) If no content-type was set by the controller, use ...
  • 70c4128 fix(go) Do not require a more recent version than needed in libs
  • Additional commits viewable in compare view

Updates github.com/Scalingo/go-utils/logger from 1.9.1 to 1.11.0

Commits
  • 956d5e7 Merge pull request #1356 from Scalingo/release/logger/1.11.0
  • a1ce257 [logger] Bump v1.11.0
  • ffa51ef Merge pull request #1351 from Scalingo/feat/logs/add_log_with_output
  • 12d77cb Merge branch 'master' into feat/logs/add_log_with_output
  • 3893748 Merge pull request #1344 from Scalingo/dependabot/go_modules/tarball/dependen...
  • 3e96f1c Merge pull request #1337 from Scalingo/dependabot/go_modules/io/dependencies-...
  • 8c92907 chore(go) use 1.24
  • 5308c57 chore(io/go) use 1.24
  • 7f6a488 Merge pull request #1355 from Scalingo/release/logger/1.10.0
  • 404ca85 Merge pull request #1354 from Scalingo/release/pagination/v1.1.2
  • Additional commits viewable in compare view

Updates github.com/bits-and-blooms/bitset from 1.22.0 to 1.24.3

Release notes

Sourced from github.com/bits-and-blooms/bitset's releases.

Version 1.34.3

What's Changed

New Contributors

Full Changelog: bits-and-blooms/bitset@v1.24.2...v1.24.3

Version 1.34.2

What's Changed

Full Changelog: bits-and-blooms/bitset@v1.24.1...v1.24.2

Version 1.34.1

What's Changed

Full Changelog: bits-and-blooms/bitset@v1.24.0...v1.24.1

Version 1.24.0

What's Changed

Full Changelog: bits-and-blooms/bitset@v1.23.0...v1.24.0

Version 1.23.0

What's Changed

New Contributors

Full Changelog: bits-and-blooms/bitset@v1.22.0...v1.22.1

Commits
  • 938c2a4 Merge pull request #207 from bits-and-blooms/dependabot/github_actions/github...
  • 5e433a0 Merge pull request #211 from toastwaffle/workflow
  • 41ef630 Rename .github/workflows/legacy86.go to legacy86.yaml
  • eed7a92 Update legacy86.go
  • d02158d Merge pull request #210 from bits-and-blooms/avoid_overflow
  • 475d3e8 removing space
  • 1b6ab8b adding legacy ci
  • f6f5d9c in a test, we cause an overflow
  • 996a67e Merge pull request #208 from whisk/master
  • 57b6694 fix off by 1 error in ShiftRight; added tests
  • Additional commits viewable in compare view

Updates github.com/gofrs/uuid/v5 from 5.3.2 to 5.4.0

Release notes

Sourced from github.com/gofrs/uuid/v5's releases.

v5.4.0

What's Changed

New Contributors

Full Changelog: gofrs/uuid@v5.3.2...v5.4.0

Commits
  • 153266a Add IsZero method to UUID type for MongoDB omitzero support (#226)
  • 90a218b Bump the all group across 1 directory with 4 updates (#230)
  • 5ec55b6 Bump the all group with 2 updates (#227)
  • e1fb84e perf: reduce allocations in NewV3 and NewV5 (#221)
  • f37c04d Bump the all group with 4 updates (#225)
  • efd4d5a fix: deduplicate UUID parsing logic with parsing tests #217; (#218)
  • bbcba78 Bump the all group across 1 directory with 4 updates (#223)
  • 78d4142 Bump github/codeql-action from 3.28.18 to 3.29.0 in the all group (#215)
  • 6fd71a3 Bump the all group across 1 directory with 4 updates (#214)
  • eabfc15 Bump the all group with 2 updates (#212)
  • Additional commits viewable in compare view

Updates github.com/moby/moby from 28.3.3+incompatible to 28.5.1+incompatible

Release notes

Sourced from github.com/moby/moby's releases.

v28.5.1

28.5.1

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Bug fixes and enhancements

Deprecations

  • api/types/image: InspectResponse: deprecate Parent and DockerVersion fields. moby/moby#51105
  • api/types/plugin: deprecate Config.DockerVersion field. moby/moby#51110

v28.5.0

28.5.0

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Bug fixes and enhancements

  • Don't print warnings in docker info for broken symlinks in CLI-plugin directories. docker/cli#6476
  • Fix a panic during stats on empty event Actor.ID. docker/cli#6471

Packaging updates

Networking

  • Eliminated harmless warning about deletion of endpoint_count from the data store. moby/moby#51064
  • Fix a bug causing IPAM plugins to not be loaded on Windows. moby/moby#51035

API

  • Deprecate support for kernel memory TCP accounting (KernelMemoryTCP). moby/moby#51067
  • Fix GET containers/{name}/checkpoints returning null instead of empty JSON array when there are no checkpoints. moby/moby#51052

... (truncated)

Commits
  • f8215cc Merge pull request #51137 from austinvazquez/cherry-pick-vendor-buildkit-0.25...
  • 40a856a hack: add patch to buildkit tests
  • 5d1c311 vendor: update buildkit to v0.25.1
  • 90506c1 Merge pull request #51133 from vvoland/51132-28.x
  • 17db0cd Merge pull request #51128 from thaJeztah/28.x_backport_gcpolicy-invalid-calcu...
  • f7c40ea update to go1.24.8
  • dccf7c8 builder: use proper percentage calculations for default gc policy
  • 0f040aa Merge pull request #51126 from vvoland/51124-28.x
  • 5b1a039 ci: fix cache for go modules
  • 8fa4bd5 Merge pull request #51121 from crazy-max/28.x_ci-caches-fixes
  • Additional commits viewable in compare view

Updates github.com/stretchr/testify from 1.10.0 to 1.11.1

Release notes

Sourced from github.com/stretchr/testify's releases.

v1.11.1

This release fixes #1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (String() string) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.

What's Changed

Full Changelog: stretchr/testify@v1.11.0...v1.11.1

v1.11.0

What's Changed

Functional Changes

v1.11.0 Includes a number of performance improvements.

Fixes

Documentation, Build & CI

... (truncated)

Commits
  • 2a57335 Merge pull request #1788 from brackendawson/1785-backport-1.11
  • af8c912 Backport #1786 to release/1.11
  • b7801fb Merge pull request #1778 from stretchr/dependabot/github_actions/actions/chec...
  • 69831f3 build(deps): bump actions/checkout from 4 to 5
  • a53be35 Improve captureTestingT helper
  • aafb604 mock: improve formatting of error message
  • 7218e03 improve error msg
  • 929a212 Merge pull request #1758 from stretchr/dolmen/suite-faster-method-filtering
  • bc7459e suite: faster filtering of methods (-testify.m)
  • 7d37b5c suite: refactor methodFilter
  • Additional commits viewable in compare view

Updates go.etcd.io/etcd/api/v3 from 3.6.4 to 3.6.5

Release notes

Sourced from go.etcd.io/etcd/api/v3's releases.

v3.6.5

Please check out CHANGELOG for a full list of changes. And make sure to read upgrade guide before upgrading etcd (there may be breaking changes).

For installation guides, please check out play.etcd.io and operating etcd. Latest support status for common architectures and operating systems can be found at supported platforms.

Linux
ETCD_VER=v3.6.5
choose either URL
GOOGLE_URL=https://storage.googleapis.com/etcd
GITHUB_URL=https://github.com/etcd-io/etcd/releases/download
DOWNLOAD_URL=${GOOGLE_URL}
rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
rm -rf /tmp/etcd-download-test && mkdir -p /tmp/etcd-download-test
curl -L ${DOWNLOAD_URL}/${ETCD_VER}/etcd-${ETCD_VER}-linux-amd64.tar.gz -o /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
tar xzvf /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz -C /tmp/etcd-download-test --strip-components=1 --no-same-owner
rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
/tmp/etcd-download-test/etcd --version
/tmp/etcd-download-test/etcdctl version
/tmp/etcd-download-test/etcdutl version
start a local etcd server
/tmp/etcd-download-test/etcd
write,read to etcd
/tmp/etcd-download-test/etcdctl --endpoints=localhost:2379 put foo bar
/tmp/etcd-download-test/etcdctl --endpoints=localhost:2379 get foo

macOS (Darwin)
ETCD_VER=v3.6.5
choose either URL
GOOGLE_URL=https://storage.googleapis.com/etcd
GITHUB_URL=https://github.com/etcd-io/etcd/releases/download
DOWNLOAD_URL=${GOOGLE_URL}
rm -f /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
rm -rf /tmp/etcd-download-test && mkdir -p /tmp/etcd-download-test
curl -L ${DOWNLOAD_URL}/${ETCD_VER}/etcd-${ETCD_VER}-darwin-amd64.zip -o /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
unzip /tmp/etcd-${ETCD_VER}-darwin-amd64.zip -d /tmp && rm -f /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
mv /tmp/etcd-${ETCD_VER}-darwin-amd64/* /tmp/etcd-download-test && rm -rf mv /tmp/etcd-${ETCD_VER}-darwin-amd64
</tr></table>

... (truncated)

Commits
  • a061450 version: bump up to 3.6.5
  • f1199c4 Merge pull request #20664 from ivanvc/release-3.6-go-1.24.7-bump
  • cdf7054 Bump go to 1.24.7
  • 4f94718 Merge pull request #20650 from k8s-infra-cherrypick-robot/cherry-pick-20553-t...
  • 5e92f3c fix 20271: protect backend usage from concurrent applySnapshot and defrag
  • 659eaae Merge pull request #20615 from ahrtr/20250906_lease_renew_3.6
  • 776cfcb Re-check that the lease still exists during the renew process
  • 3100e83 Add an e2e test to reproduce lease Renew returns a wrong response
  • 51275bd Merge pull request #20527 from ivanvc/release-3.6-go-1.24
  • 9deb3f2 Merge pull request #20534 from linux-on-ibm-z/big-endian-TestCorruptedBackupF...
  • Additional commits viewable in compare view

Updates go.etcd.io/etcd/client/v3 from 3.6.4 to 3.6.5

Release notes

Sourced from go.etcd.io/etcd/client/v3's releases.

v3.6.5

Please check out CHANGELOG for a full list of changes. And make sure to read upgrade guide before upgrading etcd (there may be breaking changes).

For installation guides, please check out play.etcd.io and operating etcd. Latest support status for common architectures and operating systems can be found at supported platforms.

Linux
ETCD_VER=v3.6.5
choose either URL
GOOGLE_URL=https://storage.googleapis.com/etcd
GITHUB_URL=https://github.com/etcd-io/etcd/releases/download
DOWNLOAD_URL=${GOOGLE_URL}
rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
rm -rf /tmp/etcd-download-test && mkdir -p /tmp/etcd-download-test
curl -L ${DOWNLOAD_URL}/${ETCD_VER}/etcd-${ETCD_VER}-linux-amd64.tar.gz -o /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
tar xzvf /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz -C /tmp/etcd-download-test --strip-components=1 --no-same-owner
rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
/tmp/etcd-download-test/etcd --version
/tmp/etcd-download-test/etcdctl version
/tmp/etcd-download-test/etcdutl version
start a local etcd server
/tmp/etcd-download-test/etcd
write,read to etcd
/tmp/etcd-download-test/etcdctl --endpoints=localhost:2379 put foo bar
/tmp/etcd-download-test/etcdctl --endpoints=localhost:2379 get foo

macOS (Darwin)
ETCD_VER=v3.6.5
choose either URL
GOOGLE_URL=https://storage.googleapis.com/etcd
GITHUB_URL=https://github.com/etcd-io/etcd/releases/download
DOWNLOAD_URL=${GOOGLE_URL}
rm -f /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
rm -rf /tmp/etcd-download-test && mkdir -p /tmp/etcd-download-test
curl -L ${DOWNLOAD_URL}/${ETCD_VER}/etcd-${ETCD_VER}-darwin-amd64.zip -o /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
unzip /tmp/etcd-${ETCD_VER}-darwin-amd64.zip -d /tmp && rm -f /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
mv /tmp/etcd-${ETCD_VER}-darwin-amd64/* /tmp/etcd-download-test && rm -rf mv /tmp/etcd-${ETCD_VER}-darwin-amd64
</tr></table>

... (truncated)

Commits
  • a061450 version: bump up to 3.6.5
  • f1199c4 Merge pull request #20664 from ivanvc/release-3.6-go-1.24.7-bump
  • cdf7054 Bump go to 1.24.7
  • 4f94718 Merge pull request #20650 from k8s-infra-cherrypick-robot/cherry-pick-20553-t...
  • 5e92f3c fix 20271: protect backend usage from concurrent applySnapshot and defrag
  • 659eaae Merge pull request #20615 from ahrtr/20250906_lease_renew_3.6
  • 776cfcb Re-check that the lease still exists during the renew process
  • 3100e83 Add an e2e test to reproduce lease Renew returns a wrong response
  • 51275bd Merge pull request #20527 from ivanvc/release-3.6-go-1.24
  • 9deb3f2 Merge pull request #20534 from linux-on-ibm-z/big-endian-TestCorruptedBackupF...
  • Additional commits viewable in compare view

Updates golang.org/x/sys from 0.34.0 to 0.36.0

Commits
  • b06ce05 windows: add FILE_ZERO_DATA_INFORMATION
  • 689cc11 unix: fix Listen on solaris
  • a4712b9 plan9: drop go version tags for unsupported versions
  • 0293703 unix: add IFAL_* consts and ifaddrlblmsg on linux
  • ab85cbb unix/linux: extend rtnetlink constants
  • 9bd3753 unix: switch (*CPUSet).Zero to clear builtin
  • 899c232 windows/mkwinsyscall: use syscall.SyscallN instead of syscall.Syscall{6,9,12,15}
  • 543f21a all: upgrade go directive to at least 1.24.0 [generated]
  • 5b936e1 unix/linux: update to Linux kernel 6.16, Go to 1.24.5
  • 3a82703 unix: remove redundant xnu version check for {p}readv/{p}writev
  • Additional commits viewable in compare view

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

Release notes

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

Release 1.76.0

Dependencies

Bug Fixes

  • client: Return status INTERNAL when a server sends zero response messages for a unary or client-streaming RPC. (#8523)
  • client: Fail RPCs with status INTERNAL instead of UNKNOWN upon receiving http headers with status 1xx and END_STREAM flag set. (#8518)
  • pick_first: Fix race condition that could cause pick_first to get stuck in IDLE state on backend address change. (#8615)

New Features

  • credentials: Add credentials/jwt package providing file-based JWT PerRPCCredentials (A97). (#8431)

Performance Improvements

  • client: Improve HTTP/2 header size estimate to reduce re-allocations. (#8547)
  • encoding/proto: Avoid redundant message size calculation when marshaling. (#8569)

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)
  • server: Return status code INTERNAL when a client sends more than one request in unary and server streaming RPC. (#8385)
    • This is a behavior change but also a bug fix to bring gRPC-Go in line with the gRPC spec.

New Features

  • dns: Add an environment variable (GRPC_ENABLE_TXT_SERVICE_CONFIG) to provide a way to disable TXT lookups in the DNS resolver (by setting it to false). By default, TXT lookups are enabled, as they were previously. (#8377)

... (truncated)

Commits
  • d96c2ef Change version to 1.76.0 (#8584)
  • 79c553c Cherry pick #8610, #8615 to v1.76.x (#8621)
  • 0513350 client: minor improvements to log messages (#8564)
  • ebaf486 credentials: implement file-based JWT Call Credentials (part 1 for A97) (#8431)
  • ca78c90 xds/resolver_test: fix flaky test ResolverBadServiceUpdate_NACKedWithoutCache...
  • 83bead4 internal/buffer: set closed flag when closing channel in the Load method (#8575)
  • 0f45079 encoding/proto: enable use cached size option (#8569)
  • 8420f3f transport: avoid slice reallocation during header creation (#8547)
  • b36320e Revert "stats/opentelemetry: record retry attempts from clientStream (#8342)"...
  • c122250 stats/opentelemetry: record retry attempts from clientStream (#8342)
  • Additional commits viewable in compare view

Updates github.com/coreos/go-systemd/v22 from 22.5.0 to 22.6.0

Release notes

Sourced from github.com/coreos/go-systemd/v22's releases.

v22.6.0

This release bumps Go requirement to 1.23, modernizes code, improves CI and documentation, fixes a few bugs, and adds a new dbus method.

What's Changed

New Contributors

Description has been truncated

…pdates

Bumps the dependencies group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/Scalingo/go-handlers](https://github.com/Scalingo/go-handlers) | `1.8.2` | `1.9.1` |
| [github.com/Scalingo/go-utils/logger](https://github.com/Scalingo/go-utils) | `1.9.1` | `1.11.0` |
| [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) | `1.22.0` | `1.24.3` |
| [github.com/gofrs/uuid/v5](https://github.com/gofrs/uuid) | `5.3.2` | `5.4.0` |
| [github.com/moby/moby](https://github.com/moby/moby) | `28.3.3+incompatible` | `28.5.1+incompatible` |
| [go.etcd.io/etcd/api/v3](https://github.com/etcd-io/etcd) | `3.6.4` | `3.6.5` |
| [go.etcd.io/etcd/client/v3](https://github.com/etcd-io/etcd) | `3.6.4` | `3.6.5` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.74.2` | `1.76.0` |
| [github.com/coreos/go-systemd/v22](https://github.com/coreos/go-systemd) | `22.5.0` | `22.6.0` |
| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |
| [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) | `2.27.1` | `2.27.3` |
| [golang.org/x/net](https://github.com/golang/net) | `0.42.0` | `0.46.0` |



Updates `github.com/Scalingo/go-handlers` from 1.8.2 to 1.9.1
- [Release notes](https://github.com/Scalingo/go-handlers/releases)
- [Changelog](https://github.com/Scalingo/go-handlers/blob/master/CHANGELOG.md)
- [Commits](Scalingo/go-handlers@v1.8.2...v1.9.1)

Updates `github.com/Scalingo/go-utils/logger` from 1.9.1 to 1.11.0
- [Release notes](https://github.com/Scalingo/go-utils/releases)
- [Changelog](https://github.com/Scalingo/go-utils/blob/master/CHANGELOG_LEGACY.md)
- [Commits](Scalingo/go-utils@logger/v1.9.1...logger/v1.11.0)

Updates `github.com/bits-and-blooms/bitset` from 1.22.0 to 1.24.3
- [Release notes](https://github.com/bits-and-blooms/bitset/releases)
- [Commits](bits-and-blooms/bitset@v1.22.0...v1.24.3)

Updates `github.com/gofrs/uuid/v5` from 5.3.2 to 5.4.0
- [Release notes](https://github.com/gofrs/uuid/releases)
- [Commits](gofrs/uuid@v5.3.2...v5.4.0)

Updates `github.com/moby/moby` from 28.3.3+incompatible to 28.5.1+incompatible
- [Release notes](https://github.com/moby/moby/releases)
- [Commits](moby/moby@v28.3.3...v28.5.1)

Updates `github.com/stretchr/testify` from 1.10.0 to 1.11.1
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.10.0...v1.11.1)

Updates `go.etcd.io/etcd/api/v3` from 3.6.4 to 3.6.5
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](etcd-io/etcd@v3.6.4...v3.6.5)

Updates `go.etcd.io/etcd/client/v3` from 3.6.4 to 3.6.5
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](etcd-io/etcd@v3.6.4...v3.6.5)

Updates `golang.org/x/sys` from 0.34.0 to 0.36.0
- [Commits](golang/sys@v0.34.0...v0.36.0)

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

Updates `github.com/coreos/go-systemd/v22` from 22.5.0 to 22.6.0
- [Release notes](https://github.com/coreos/go-systemd/releases)
- [Commits](coreos/go-systemd@v22.5.0...v22.6.0)

Updates `github.com/docker/go-connections` from 0.5.0 to 0.6.0
- [Commits](docker/go-connections@v0.5.0...v0.6.0)

Updates `github.com/grpc-ecosystem/grpc-gateway/v2` from 2.27.1 to 2.27.3
- [Release notes](https://github.com/grpc-ecosystem/grpc-gateway/releases)
- [Changelog](https://github.com/grpc-ecosystem/grpc-gateway/blob/main/.goreleaser.yml)
- [Commits](grpc-ecosystem/grpc-gateway@v2.27.1...v2.27.3)

Updates `go.etcd.io/etcd/client/pkg/v3` from 3.6.4 to 3.6.5
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](etcd-io/etcd@v3.6.4...v3.6.5)

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

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

Updates `google.golang.org/genproto/googleapis/api` from 0.0.0-20250603155806-513f23925822 to 0.0.0-20250929231259-57b25ae835d4
- [Commits](https://github.com/googleapis/go-genproto/commits)

Updates `google.golang.org/genproto/googleapis/rpc` from 0.0.0-20250603155806-513f23925822 to 0.0.0-20250929231259-57b25ae835d4
- [Commits](https://github.com/googleapis/go-genproto/commits)

Updates `google.golang.org/protobuf` from 1.36.6 to 1.36.10

---
updated-dependencies:
- dependency-name: github.com/Scalingo/go-handlers
  dependency-version: 1.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/Scalingo/go-utils/logger
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/bits-and-blooms/bitset
  dependency-version: 1.24.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/gofrs/uuid/v5
  dependency-version: 5.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/moby/moby
  dependency-version: 28.5.1+incompatible
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/stretchr/testify
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: go.etcd.io/etcd/api/v3
  dependency-version: 3.6.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: go.etcd.io/etcd/client/v3
  dependency-version: 3.6.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: golang.org/x/sys
  dependency-version: 0.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: google.golang.org/grpc
  dependency-version: 1.76.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/coreos/go-systemd/v22
  dependency-version: 22.6.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/docker/go-connections
  dependency-version: 0.6.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/grpc-ecosystem/grpc-gateway/v2
  dependency-version: 2.27.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: go.etcd.io/etcd/client/pkg/v3
  dependency-version: 3.6.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: golang.org/x/net
  dependency-version: 0.46.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: golang.org/x/text
  dependency-version: 0.30.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: google.golang.org/genproto/googleapis/api
  dependency-version: 0.0.0-20250929231259-57b25ae835d4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: google.golang.org/genproto/googleapis/rpc
  dependency-version: 0.0.0-20250929231259-57b25ae835d4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: google.golang.org/protobuf
  dependency-version: 1.36.10
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

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 Nov 1, 2025
@dependabot dependabot Bot requested a review from leo-scalingo as a code owner November 1, 2025 11:02
@github-actions github-actions Bot enabled auto-merge November 1, 2025 11:02
@github-actions github-actions Bot merged commit ccc3b79 into master Nov 1, 2025
4 checks passed
@github-actions github-actions Bot deleted the dependabot/go_modules/dependencies-a2fe30aece branch November 1, 2025 11:04
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