Skip to content

chore(deps): bump the go-dependencies group across 1 directory with 3 updates - #37

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/go_modules/go-dependencies-410629e613
Aug 1, 2026
Merged

chore(deps): bump the go-dependencies group across 1 directory with 3 updates#37
github-actions[bot] merged 1 commit into
mainfrom
dependabot/go_modules/go-dependencies-410629e613

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the go-dependencies group with 3 updates in the / directory: github.com/autobrr/go-qbittorrent, github.com/mark3labs/mcp-go and github.com/moby/moby/client.

Updates github.com/autobrr/go-qbittorrent from 1.16.0 to 1.17.0

Commits
  • ba1163d chore(deps): bump the golang group across 1 directory with 2 updates (#128)
  • 9f92176 chore(deps): bump actions/setup-go from 6 to 7 in the github group (#130)
  • bba918d fix(methods): send correct param name for editTracker on WebAPI 2.13+ (#131)
  • 18dc5a1 fix(sync): don't hold the manager mutex across the maindata fetch (#129)
  • 43497c5 chore(deps): bump actions/checkout from 6 to 7 in the github group (#126)
  • a95a698 fix(sync): expose last successful sync time separate from last attempt (#127)
  • 1d954f0 feat: set comment (#123)
  • See full diff in compare view

Updates github.com/mark3labs/mcp-go from 0.56.0 to 0.57.0

Release notes

Sourced from github.com/mark3labs/mcp-go's releases.

Release v0.57.0

What's Changed

New Contributors

Full Changelog: mark3labs/mcp-go@v0.56.0...v0.57.0

Commits
  • e395444 fmt
  • bab128e fix: deliver server notifications to in-process transport clients (#919)
  • 7f2ae01 fix(transport): concatenate multi-line SSE data fields instead of overwriting...
  • fb74297 docs(examples): fix stale struct tags in structured_input_and_output (#923)
  • e9a7bad feat(server): add streamable HTTP stream resumability via pluggable EventStor...
  • 6d95048 fix(mcp): unmarshal embedded resource contents (#938)
  • f665845 fix(server): label client JSON-RPC errors by method in streamable HTTP (#924)
  • c84d6ef fix(client): accept Content-Type parameters on GET listening stream (#925)
  • 87e3e86 fix(streamable_http): close active sessions before Shutdown (#926)
  • 9e699d3 fix(mcp): support jsonschema_description and enum struct tags (#931)
  • Additional commits viewable in compare view

Updates github.com/moby/moby/client from 0.5.0 to 0.5.1

Release notes

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

client/v0.5.1

0.5.1

Changelog

  • client/pkg/jsonmessage: Display: fix godoc link. moby/moby#53070
  • client: ServiceCreate, ServiceUpdate: fix duplicate and 'unkown' platforms. moby/moby#53012
  • client: ServiceInspect, ContainerCommit: omit optional query args if not set. moby/moby#53010
  • golangci-lint: enable perfsprint linter. moby/moby#53016
Changelog

Sourced from github.com/moby/moby/client's changelog.

0.5.1 (2013-07-30)

  • API: Docker client now sets useragent (RFC 2616)
  • Runtime: Add ps args to docker top
  • Runtime: Add support for container ID files (pidfile like)
  • Runtime: Add container=lxc in default env
  • Runtime: Support networkless containers with docker run -n and docker -d -b=none
  • API: Add /events endpoint
  • Builder: ADD command now understands URLs
  • Builder: CmdAdd and CmdEnv now respect Dockerfile-set ENV variables
  • Hack: Simplify unit tests with helpers
  • Hack: Improve docker.upstart event
  • Hack: Add coverage testing into docker-ci
  • Runtime: Stdout/stderr logs are now stored in the same file as JSON
  • Runtime: Allocate a /16 IP range by default, with fallback to /24. Try 12 ranges instead of 3.
  • Runtime: Change .dockercfg format to json and support multiple auth remote
  • Runtime: Do not override volumes from config
  • Runtime: Fix issue with EXPOSE override
  • Builder: Create directories with 755 instead of 700 within ADD instruction
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 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

… updates

Bumps the go-dependencies group with 3 updates in the / directory: [github.com/autobrr/go-qbittorrent](https://github.com/autobrr/go-qbittorrent), [github.com/mark3labs/mcp-go](https://github.com/mark3labs/mcp-go) and [github.com/moby/moby/client](https://github.com/moby/moby).


Updates `github.com/autobrr/go-qbittorrent` from 1.16.0 to 1.17.0
- [Release notes](https://github.com/autobrr/go-qbittorrent/releases)
- [Commits](autobrr/go-qbittorrent@v1.16.0...v1.17.0)

Updates `github.com/mark3labs/mcp-go` from 0.56.0 to 0.57.0
- [Release notes](https://github.com/mark3labs/mcp-go/releases)
- [Commits](mark3labs/mcp-go@v0.56.0...v0.57.0)

Updates `github.com/moby/moby/client` from 0.5.0 to 0.5.1
- [Release notes](https://github.com/moby/moby/releases)
- [Changelog](https://github.com/moby/moby/blob/v0.5.1/CHANGELOG.md)
- [Commits](moby/moby@v0.5.0...v0.5.1)

---
updated-dependencies:
- dependency-name: github.com/autobrr/go-qbittorrent
  dependency-version: 1.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/mark3labs/mcp-go
  dependency-version: 0.57.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/moby/moby/client
  dependency-version: 0.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions
github-actions Bot enabled auto-merge (squash) August 1, 2026 02:54
@github-actions
github-actions Bot merged commit 009e515 into main Aug 1, 2026
6 checks passed
@dependabot
dependabot Bot deleted the dependabot/go_modules/go-dependencies-410629e613 branch August 1, 2026 02:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants