An open index of dependabot pull requests across open source projects.

build(deps): Bump the all-go group across 5 directories with 6 updates

Open
Number: #2698
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 1
Created: September 24, 2025 at 09:47 AM UTC
(8 months ago)
Updated: September 24, 2025 at 12:28 PM UTC
(8 months ago)
Labels:
T:dependencies
Description:

Bumps the all-go group with 1 update in the / directory: github.com/libp2p/go-libp2p-pubsub.
Bumps the all-go group with 1 update in the /execution/evm directory: github.com/testcontainers/testcontainers-go/modules/compose.
Bumps the all-go group with 1 update in the /execution/grpc directory: github.com/evstack/ev-node.
Bumps the all-go group with 2 updates in the /sequencers/single directory: github.com/evstack/ev-node and github.com/ipfs/go-datastore.
Bumps the all-go group with 2 updates in the /test/docker-e2e directory: github.com/celestiaorg/go-square/v2 and github.com/celestiaorg/tastora.

Updates github.com/libp2p/go-libp2p-pubsub from 0.14.3 to 0.15.0

Release notes

Sourced from github.com/libp2p/go-libp2p-pubsub's releases.

v0.15.0

What's Changed

New Contributors

Full Changelog: https://github.com/libp2p/go-libp2p-pubsub/compare/v0.14.3...v0.15.0

Commits
  • ed53c17 release v0.15.0
  • 4a55800 Fix data race in test
  • a6ccd91 Skip flaky floodsub test
  • 86a1dfc pubsub: remove redundant sends of hello packet
  • 71c4323 gossipsub: implement extensions
  • 3a61514 test: add skeleton gossipsub to drive a gossipsub peer
  • 7afa1d3 gossipsub: add plumbing for Gossipsub v1.3 support
  • b561577 pubsub: AddPeer now accepts reference to hello packet
  • 5854208 pb: commit generated protobuf
  • 5dc92f5 pb: add extensions protobufs
  • Additional commits viewable in compare view

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

Release notes

Sourced from github.com/testcontainers/testcontainers-go/modules/compose'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 github.com/evstack/ev-node from 1.0.0-beta.3 to 1.0.0-beta.4

Commits

Updates github.com/evstack/ev-node from 1.0.0-beta.3 to 1.0.0-beta.4

Commits

Updates github.com/evstack/ev-node from 1.0.0-beta.3 to 1.0.0-beta.4

Commits

Updates github.com/evstack/ev-node from 1.0.0-beta.3 to 1.0.0-beta.4

Commits

Updates github.com/ipfs/go-datastore from 0.8.3 to 0.9.0

Release notes

Sourced from github.com/ipfs/go-datastore's releases.

v0.9.0

What's Changed

New Contributors

Full Changelog: https://github.com/ipfs/go-datastore/compare/v0.8.4...v0.9.0

v0.8.4

What's Changed

Full Changelog: https://github.com/ipfs/go-datastore/compare/v0.8.3...v0.8.4

Commits

Updates github.com/celestiaorg/go-square/v2 from 2.3.2 to 2.3.3

Release notes

Sourced from github.com/celestiaorg/go-square/v2's releases.

v2.3.3

What's Changed

Full Changelog: https://github.com/celestiaorg/go-square/compare/v2.3.2...v2.3.3

v2.3.3-rc0

This release reverts an accidental breaking change that landed on v2.3.2

What's Changed

Full Changelog: https://github.com/celestiaorg/go-square/compare/v2.3.2...v2.3.3-rc0

Commits
  • 1f49860 revert: expose SparseSharesNeededV2 which accounts for bytes occupied by si...
  • b3db9fa chore(deps): bump github.com/celestiaorg/nmt from 0.24.0 to 0.24.1 (#180)
  • 99f871f chore(deps): bump celestiaorg/.github from 0.6.3 to 0.6.4 (#178)
  • a0118a0 chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 (#179)
  • See full diff in compare view

Updates github.com/celestiaorg/tastora from 0.3.0 to 0.5.0

Release notes

Sourced from github.com/celestiaorg/tastora's releases.

v0.5.0

What's Changed

Full Changelog: https://github.com/celestiaorg/tastora/compare/v0.4.1...v0.5.0

v0.4.1

What's Changed

Full Changelog: https://github.com/celestiaorg/tastora/compare/v0.4.0...v0.4.1

v0.4.0

What's Changed

New Contributors

Full Changelog: https://github.com/celestiaorg/tastora/compare/v0.3.0...v0.4.0

Commits
  • 0af5860 feature: add support for ev-reth (#121)
  • bc5e0bb chore: add mutex around port allocation (#120)
  • df8b5ba Merge pull request #118 from rootulp/rp/go-square-v3
  • 9185dea ci: remove redundant run step
  • dc3b875 ci: try bumping again
  • b41fb16 ci: bump to recent versions of GH actions
  • fde1fcc test: remove hard-coded strings
  • c84f8bc chore: upgrade cosmos-sdk and celestia-core
  • dce3e25 chore: update go v3.0.0
  • 4d9f44f chore(deps): upgrade to go-square v3.0.0-rc0
  • See full diff in compare view

Updates github.com/celestiaorg/go-square/v2 from 2.3.2 to 2.3.3

Release notes

Sourced from github.com/celestiaorg/go-square/v2's releases.

v2.3.3

What's Changed

Full Changelog: https://github.com/celestiaorg/go-square/compare/v2.3.2...v2.3.3

v2.3.3-rc0

This release reverts an accidental breaking change that landed on v2.3.2

What's Changed

Full Changelog: https://github.com/celestiaorg/go-square/compare/v2.3.2...v2.3.3-rc0

Commits
  • 1f49860 revert: expose SparseSharesNeededV2 which accounts for bytes occupied by si...
  • b3db9fa chore(deps): bump github.com/celestiaorg/nmt from 0.24.0 to 0.24.1 (#180)
  • 99f871f chore(deps): bump celestiaorg/.github from 0.6.3 to 0.6.4 (#178)
  • a0118a0 chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 (#179)
  • See full diff in compare view

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
Pull Request Statistics
Commits:
0
Files Changed:
0
Additions:
+0
Deletions:
-0
Package Dependencies
Ecosystem:
go
Version Change:
0.14.3 → 0.15.0
Update Type:
Minor
Ecosystem:
go
Version Change:
2.3.2 → 2.3.3
Update Type:
Patch
Ecosystem:
go
Version Change:
0.8.3 → 0.9.0
Update Type:
Minor
Ecosystem:
go
Version Change:
0.38.0 → 0.39.0
Update Type:
Minor
Ecosystem:
go
Version Change:
0.3.0 → 0.5.0
Update Type:
Minor
Ecosystem:
go
Version Change:
1.0.0-beta.3 → 1.0.0-beta.4
Technical Details
ID: 8360154
UUID: 3448608988
Node ID: PR_kwDOFABrEc6qPp17
Host: GitHub
Repository: evstack/ev-node