Skip to content

chore(deps): bump the all group across 1 directory with 32 updates - #18

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/all-cd107bc182
Closed

chore(deps): bump the all group across 1 directory with 32 updates#18
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/all-cd107bc182

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the all group with 18 updates in the / directory:

Package From To
charm.land/bubbles/v2 2.1.1 2.2.0
charm.land/bubbletea/v2 2.0.8 2.0.9
charm.land/catwalk 0.49.28 0.52.2
charm.land/fantasy 0.38.1 0.41.2
charm.land/lipgloss/v2 2.0.5 2.0.6
github.com/Arize-ai/openinference/go/openinference-semantic-conventions 0.1.1 0.1.3
github.com/go-git/go-git/v5 5.19.1 5.19.2
github.com/labstack/echo/v5 5.3.0 5.3.1
github.com/mattn/go-isatty 0.0.23 0.0.24
github.com/modelcontextprotocol/go-sdk 1.6.1 1.7.0
github.com/ncruces/go-sqlite3 0.35.2 0.35.3
github.com/pressly/goose/v3 3.27.2 3.27.3
github.com/sourcegraph/jsonrpc2 0.2.1 0.2.2
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp 1.44.0 1.45.0
golang.design/x/clipboard 0.8.0 0.9.0
modernc.org/sqlite 1.54.0 1.57.0
github.com/coregx/gxpdf 0.8.3 0.9.4
github.com/pdfcpu/pdfcpu 0.13.0 0.15.0

Updates charm.land/bubbles/v2 from 2.1.1 to 2.2.0

Release notes

Sourced from charm.land/bubbles/v2's releases.

v2.2.0

A new Bubble and some new Textarea stuff

There are a couple nice features in today's release. Let's check em out!

If a tree falls in the forest…

At last, the tree Bubble from all star contributor @​dlvhdr’s is here! He built it for DiffNav and graciously contributed to Bubbles. We've been working with Dolev for a long time and were totally stoked when he offerd to contribute.

Select all, ctrl+c, ctrl+v…done!

Our own @​andrinoff added a bunch of awesome stuff to Textarea, including the long awaited text selection. Select, copy, and cut your way into mini text editing.

For more info see the docs.

And special thanks to @​zoriya for adding ctrl+left/right bindings.

xoxo, Charm! 💌

Changelog

New!

  • 8cea431500a8837c241cbe8ad71601aa8f00a0d9: feat(textarea): support ctrl + left/right/backspace (#1020) (@​zoriya)
  • 037ad37bb0aa6e8ec544df6d3af752755f0a72d9: feat: textarea selection (#1029) (@​andrinoff)
  • e97af08ee293131e7b71f7e3006c06a81a2584b8: feat: tree bubble (#893) (@​dlvhdr)

Fixed

  • 6484e49c0a051fe100cb16c0e184cabd4b53a6f0: fix(filepicker): don't blank the view when height is unset (#1026) (@​andrinoff)

Other stuff

  • 355f960a27f9b0bf455b3ddea66dc987db62317d: ci: sync dependabot config (#896) (@​charmcli)
  • ef8af03870c1817d3b0b4fa0578b661a576e0220: v2.2.0 (@​andrinoff)

Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.

Commits

Updates charm.land/bubbletea/v2 from 2.0.8 to 2.0.9

Release notes

Sourced from charm.land/bubbletea/v2's releases.

v2.0.9

Small patches 🩹

Keybinds missing!

MouseButton11 and media record buttons were improperly handled, now fixed! (thanks to @​Ricardo-M-L and @​bunlongheng)

Weird UI artifacts with some terminals 👽

Sometimes, when switching between tabs in your terminal for example, the screen would not clear, now fixed!

... And some small corrections to docs!

Happy coding 🤖

Changelog

Fixed

  • dc4b01750c5262f511164148e24de2cc7aabff47: fix(key): map media record to ultraviolet code (#1757) (@​Ricardo-M-L)
  • 1862dfba1151de8f583b598d2ed1cfedf3f5b405: fix: assign MouseButton11 = uv.MouseButton11 (#1754) (@​bunlongheng)
  • 930e18c9668417db1908c7a694ee49676116b46e: fix: don't panic in ProgressBarState.String() for out-of-range values (#1748) (@​ankit090701)
  • faf4dcf54a92bab2fe3bf6f4715adf44f2fc245d: fix: pendingErase in cursedRenderer (#1755) (@​andrinoff)
  • 0d3e281d1436499b40df085a352bb81b3c9de7d0: fix: restore kitty keyboard stack on exit (#1750) (@​deepakganesh78)
  • 0ef9fc90dcb665e6ecfb160fa2b3fb4652b9b04c: fix: typo in doc (#1756) (@​andrinoff)

Docs

  • d40db141fa4dc3644d116fcea819e1b94ea15b19: docs: fix background color detection example in doc comment (@​meowgorithm)
  • 882727b7304802aebf4513bde83a2d7751c81687: docs: fix links to tutorials & examples (#1645) (@​mhdna)

Other stuff

  • 708ee757a83cec3dcff684f7d9837479ec567ef1: ci: fix examples workflow (#1734) (@​kobihikri)
  • 351d2159f8d8a85613aa2a6e98c8c63df3c98623: ci: sync dependabot config (#1763) (@​charmcli)
  • 6fb1f47b6c7b598835f5d56597877f10cb980e9e: examples/sequence: fix milisecond typo in SleepPrintln (@​makoto-developer)
  • 73b6d91ac1c3854dd4af046ab5f9e51d3b3b4290: v2.0.9 (@​andrinoff)

Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.

Commits

Updates charm.land/catwalk from 0.49.28 to 0.52.2

Release notes

Sourced from charm.land/catwalk's releases.

v0.52.2

Changelog

Other stuff

  • bbb359e5a3d4ec90ef8e757719ba1dad5463f45d: chore: auto-update generated files (#527) (@​github-actions[bot])

First, download the checksums.txt file and the checksums.txt.sigstore.json file files, for example, with wget:

wget 'https://github.com/charmbracelet/catwalk/releases/download/v0.52.2/checksums.txt'
wget 'https://github.com/charmbracelet/catwalk/releases/download/v0.52.2/checksums.txt.sigstore.json'

Then, verify it using cosign:

cosign verify-blob \
  --certificate-identity 'https://github.com/charmbracelet/meta/.github/workflows/goreleaser.yml@refs/heads/main' \
  --certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \
  --bundle 'checksums.txt.sigstore.json' \
  ./checksums.txt

If the output is Verified OK, you can safely use it to verify the checksums of other artifacts you downloaded from the release using sha256sum:

sha256sum --ignore-missing -c checksums.txt

Done! You artifacts are now verified!

Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.

v0.52.1

Changelog

Other stuff

  • b51c46ee2172d93c412c659a2994f2ce8b465668: chore: auto-update generated files (#526) (@​github-actions[bot])

... (truncated)

Commits

Updates charm.land/fantasy from 0.38.1 to 0.41.2

Release notes

Sourced from charm.land/fantasy's releases.

v0.41.2

Small fixes 🦸‍♂️

Bedrock SSO login

Due to updating anthropic SDK, auto auth was throwing errors previosly, now fixed.

Wait a minute, who are you?

When converting conversation history into an API request, the provider was adding an empty reasoning_content field to every assistant tool-call message that came after any message with reasoning — even when that message never had reasoning of its own.

Changelog

Fixed

  • 501d7c891467e6c0dd4745e987703604863cdb3c: fix: correct the auth priority (#343) (@​andrinoff)
  • 17db04feacd0a78e1a51eaa9850113509ca5d8c9: fix: stop adding empty reasoning fields (#333) (@​andrinoff)

Other stuff

  • c3bfd446351e1a22a07e7a70b84a7f4208f74c40: ci: fix govulncheck (@​andreynering)
  • fbbc132cff8be850a16527155927292c3a215d33: ci: run dependabot monthly (@​andreynering)
  • f6d4d1e3022229bd6e77717416336bf50e1693ad: v0.41.2 (@​andrinoff)

Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.

v0.41.1

Changelog

Other stuff


Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.

v0.41.0

Changelog

New!

  • e0d5accbdcc5a028d276537cb422092aaffdef27: feat: use anthropic sdk from upstream (#336) (@​andreynering)

Other stuff


... (truncated)

Commits

Updates charm.land/lipgloss/v2 from 2.0.5 to 2.0.6

Release notes

Sourced from charm.land/lipgloss/v2's releases.

v2.0.6

Devanagari, auto-grapheme mode, and more

Hi! The big news in this release is that Lip Gloss now properly renders Devanagari (Hindi)! Beyond that—or perhaps as a result—Lip Gloss will now switch to mode 2027 for grapheme support when possible.

There's other good stuff too. Let's go!

क्या हाल है?

Hindi speakers, it's about time! Lip Gloss and Ultraviolet now properly renders Devanagari. That means Bubble Tea will as well.

This brings us to…

Cyberpunk 2027

Lip Gloss (and Ultraviolet) now asks the terminal at startup whether it supports Unicode core mode (DEC mode 2027), and when it does, measures widths the same way the terminal does. We did this for Devanagari but it also means Emojis and things render better now too. Let's go!

Shrinky tables: not anymore

Columns no longer shrink to zero width. Thanks, @​taciturnaxolotl!


Changelog

Fixed

  • d231906a63681848939223b6e03d049b513697a0: fix(table): prevent columns from shrinking to zero width (#671) (@​taciturnaxolotl)

Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.

Commits
  • 733ce53 chore(deps): bump uv and ansi (#726)
  • 3147668 chore(deps): bump github.com/lucasb-eyer/go-colorful in the all group (#725)
  • 5696b28 chore(deps): bump actions/setup-go from 6 to 7 in the all group (#716)
  • d231906 fix(table): prevent columns from shrinking to zero width (#671)
  • d19c46c chore(deps): bump golang.org/x/sys in the all group (#714)
  • 10f9584 chore(deps): bump ultraviolet for emoji-related fixes
  • See full diff in compare view

Updates github.com/Arize-ai/openinference/go/openinference-semantic-conventions from 0.1.1 to 0.1.3

Commits
  • 582e0d7 chore: release main (#1905)
  • 1283dfc feat: add dependabot github action (#1904)
  • 89e0577 chore: release main (#1889)
  • 33d3ded feat(java): add tool calling instrumentation, prepare dependabot PR (#1901)
  • 0864c13 feat(openai-agents): capture graph.node.id and graph.node.parent_id semantics...
  • f979639 docs: add maven central badges to the readmes (#1894)
  • 9c4ada0 fix(autogen-agentchat): filter out invalid kwargs before binding calls and re...
  • 168d2f7 chore(js): update versions (#1890)
  • e211094 feat: add support for non global trace provider in instrumentations (#1873)
  • e6453e7 fix: fix IndexError for empty function output (#1878)
  • Additional commits viewable in compare view

Updates github.com/charmbracelet/ultraviolet from 0.0.0-20260713092251-4bee1914c0cf to 0.0.0-20260811164956-006e29f97886

Commits

Updates github.com/charmbracelet/x/ansi from 0.11.7 to 0.11.8

Commits
  • 00c6608 fix(wcwidth): measure wcwidth per codepoint (#933)
  • 240ce7b chore: lint cellbuf (#944)
  • c2cf573 chore(ansi): lint (#943)
  • 3755eba chore(deps): bump github.com/charmbracelet/x/xpty (#932)
  • 75eb341 chore(deps): bump github.com/mattn/go-runewidth (#925)
  • 7e2d3e6 fix(xpty): report context cancellation in WaitProcess
  • 41c9e6b chore(deps): bump github.com/mattn/go-runewidth (#924)
  • 482a565 chore(powernap): update lsp configs from nvim-lspconfig
  • 3eef36e chore(deps): bump github.com/bits-and-blooms/bitset (#914)
  • 872754a chore(deps): bump golang.org/x/sys (#909)
  • Additional commits viewable in compare view

Updates github.com/go-git/go-git/v5 from 5.19.1 to 5.19.2

Release notes

Sourced from github.com/go-git/go-git/v5's releases.

v5.19.2

What's Changed

Full Changelog: go-git/go-git@v5.19.1...v5.19.2

Commits
  • 3eeb238 Merge pull request #2277 from go-git/checkout-v5
  • 008a78f git: worktree, make the filesystem wrapper a symlink-safe boundary
  • 2263fb5 Merge pull request #2268 from go-git/renovate/releases/v5.x-go-golang.org-x-t...
  • 77b7625 build: Update module golang.org/x/text to v0.39.0 [SECURITY]
  • 85ea767 Merge pull request #2267 from go-git/renovate/releases/v5.x-go-golang.org-x-n...
  • 198675a build: Update module golang.org/x/net to v0.56.0 [SECURITY]
  • 4a0e66d Merge pull request #2254 from pjbgf/v5-dotgit-ref-name-containment
  • 3b306ef storage: dotgit, align reference-name safety with refname_is_safe
  • f3d0cc1 storage: dotgit, reject path traversal in reference names
  • 979cfe9 Merge pull request #2262 from joshblum/joshblum/to-slash-v5
  • Additional commits viewable in compare view

Updates github.com/labstack/echo/v5 from 5.3.0 to 5.3.1

Release notes

Sourced from github.com/labstack/echo/v5's releases.

v5.3.1

Fixes

Enhancements

New Contributors

Full Changelog: labstack/echo@v5.3.0...v5.3.1

Changelog

Sourced from github.com/labstack/echo/v5's changelog.

v5.3.1 - 2026-07-21

Fixes

Enhancements

Commits
  • ed8bbe4 Merge pull request #3051 from aldas/changelog_5_3_1
  • dcb05f0 Changelog for v5.3.1
  • 8148ea9 Implicitly registered group routes should be allowed overwritten in default r...
  • bba3d12 Update deps to latest versions
  • 5a43c9b docs: rework llms-full.txt to describe v5 api without v4 comparisons
  • 54e62aa docs: rework llms.txt to describe v5 without migration focus
  • 0d8f6cc docs: add llms-full.txt with complete v5 API reference
  • 365fc7a docs: add llms.txt for AI-assisted development
  • 77ac326 refactor: replace traditional for loops with range loops for improved readabi...
  • 2caa1a5 test(static): use table-driven test for HTML5 404 preservation cases
  • Additional commits viewable in compare view

Updates github.com/lucasb-eyer/go-colorful from 1.4.0 to 1.4.1

Release notes

Sourced from github.com/lucasb-eyer/go-colorful's releases.

v1.4.1

What's Changed

New Contributors

Full Changelog: lucasb-eyer/go-colorful@v1.4.0...v1.4.1

Changelog

Sourced from github.com/lucasb-eyer/go-colorful's changelog.

[1.4.1] - 2026-08-02

Fixed

  • Corrected D50ToD65 to use the CSS Color 4 matrix inverse of D65ToD50 (#85).
Commits
  • 315b482 ready for v1.4.1
  • e912317 fix: correct D50ToD65 to the CSS Color 4 matrix that inverts D65ToD50
  • See full diff in compare view

Updates github.com/mattn/go-isatty from 0.0.23 to 0.0.24

Commits

Updates github.com/modelcontextprotocol/go-sdk from 1.6.1 to 1.7.0

Release notes

Sourced from github.com/modelcontextprotocol/go-sdk's releases.

v1.7.0

This release brings full support for protocol version 2026-07-28. The wire protocol is largely rewritten: a stateless model with per-request _meta, a new server/discover RPC replacing the initialize handshake, multi-round-trip requests (MRTR) replacing server-initiated calls, a unified subscriptions/listen stream replacing free-floating change notifications, standardised HTTP headers, and the formal deprecation of the roots, sampling, and logging features.

The streamable HTTP transport accepts requests at protocol version 2026-07-28 only when StreamableHTTPOptions.Stateless = true. If you want to expose the new protocol over HTTP, set Stateless = true; if you want to keep stateful sessions, your clients will negotiate down to 2025-11-25.

Backward compatibility with 2025-11-25 and earlier is preserved on every endpoint. The SDK negotiates the highest mutually-supported version at connect time. The new protocol is enabled by default for new clients; existing legacy clients and servers continue to work unchanged.

This release consolidates everything shipped in v1.7.0-pre.1, v1.7.0-pre.2, and v1.7.0-pre.3. Thank you to everyone who exercised the pre-releases and filed feedback.

v1.7.0-pre.3 is already successfully used by GitHub, serving more than half a million users.

Make MCP Stateless (SEP-2575) & Sessionless (SEP-2567)

The initialize/notifications/initialized handshake is removed in 2026-07-28. Each request now carries _meta.io.modelcontextprotocol/{protocolVersion,clientInfo,clientCapabilities} so the server can validate the peer without state. A new server/discover RPC lets clients learn the server's supported versions and capabilities up front; the SDK falls back to legacy initialize if discover fails. Resumability (Last-Event-ID, standalone GET) is removed; ping, logging/setLevel, resources/subscribe, and resources/unsubscribe are also removed on this revision and rejected with MethodNotFound.

Subscriptions listen (SEP-2575)

The legacy tools/list_changed, prompts/list_changed, resources/list_changed, and resources/updated notifications are replaced by a single long-lived subscriptions/listen request whose response stream multiplexes every change notification the client opted into, each tagged with io.modelcontextprotocol/subscriptionId. The SDK opens this stream automatically on Client.Connect when the corresponding list-changed handler is set; servers route notifications only to subscribed sessions.

Multi Round-Trip Requests (SEP-2322)

Server-to-client requests for elicitation, sampling, and roots are no longer issued as fresh JSON-RPC requests. Instead a tool/prompt/resource handler returns an InputRequiredResult whose inputRequests field carries the requests; the client fulfils each and retries the original call with inputResponses populated. The SDK ships client- and server-side middleware that handles this transparently in both directions, including a server-side compatibility shim that lets MRTR handlers also work against legacy clients.

Cacheable list results (SEP-2549)

tools/list, prompts/list, resources/list, resources/templates/list, resources/read, and server/discover results now carry ttlMs and cacheScope fields. Clients honour them as freshness hints to reduce polling; shared intermediaries use cacheScope to decide whether responses may be cached.

HTTP standardization (SEP-2243)

The streamable HTTP transport now mirrors selected fields from the JSON-RPC body into HTTP headers (Mcp-Method, Mcp-Name, Mcp-Protocol-Version, Mcp-Param-*) so network intermediaries can route and observe MCP traffic without deep packet inspection. Tools can declare per-parameter passthrough via x-mcp-header annotations on their input schema. Body↔header mismatches return -32020 HeaderMismatch.

... (truncated)

Commits

Updates github.com/ncruces/go-sqlite3 from 0.35.2 to 0.35.3

Release notes

Sourced from github.com/ncruces/go-sqlite3's releases.

v0.35.3

What's Changed

Fixes:

Issue #404, affects Windows, and causes data corruption when using WAL mode under heavy concurrency. Upgrading is highly advised if you use WAL mode on Windows. Thanks @​franchb for reporting the issue, providing a regression test, and contributing a prototype fix. The fix requires memory placeholders, which are available from Windows 10 1803+ / Server 2019+. Shared memory WAL is disabled on older versions of Windows.

Issue #411, affects Linux, and causes performance degradation during VACUUM of large databases.

Updates:

  • SQLite 3.53.4

Full Changelog: ncruces/go-sqlite3@v0.35.2...v0.35.3

Artifact attestations

Commits

Updates github.com/openai/openai-go/v3 from 3.44.0 to 3.50.0

Release notes

Sourced from github.com/openai/openai-go/v3's releases.

v3.50.0

3.50.0 (2026-08-03)

Features

Build System

  • deps: bump github.com/aws/aws-sdk-go-v2/config in / (#745) (

Bumps the all group with 18 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [charm.land/bubbles/v2](https://github.com/charmbracelet/bubbles) | `2.1.1` | `2.2.0` |
| [charm.land/bubbletea/v2](https://github.com/charmbracelet/bubbletea) | `2.0.8` | `2.0.9` |
| [charm.land/catwalk](https://github.com/charmbracelet/catwalk) | `0.49.28` | `0.52.2` |
| [charm.land/fantasy](https://github.com/charmbracelet/fantasy) | `0.38.1` | `0.41.2` |
| [charm.land/lipgloss/v2](https://github.com/charmbracelet/lipgloss) | `2.0.5` | `2.0.6` |
| [github.com/Arize-ai/openinference/go/openinference-semantic-conventions](https://github.com/Arize-ai/openinference) | `0.1.1` | `0.1.3` |
| [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) | `5.19.1` | `5.19.2` |
| [github.com/labstack/echo/v5](https://github.com/labstack/echo) | `5.3.0` | `5.3.1` |
| [github.com/mattn/go-isatty](https://github.com/mattn/go-isatty) | `0.0.23` | `0.0.24` |
| [github.com/modelcontextprotocol/go-sdk](https://github.com/modelcontextprotocol/go-sdk) | `1.6.1` | `1.7.0` |
| [github.com/ncruces/go-sqlite3](https://github.com/ncruces/go-sqlite3) | `0.35.2` | `0.35.3` |
| [github.com/pressly/goose/v3](https://github.com/pressly/goose) | `3.27.2` | `3.27.3` |
| [github.com/sourcegraph/jsonrpc2](https://github.com/sourcegraph/jsonrpc2) | `0.2.1` | `0.2.2` |
| [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp](https://github.com/open-telemetry/opentelemetry-go) | `1.44.0` | `1.45.0` |
| [golang.design/x/clipboard](https://github.com/golang-design/clipboard) | `0.8.0` | `0.9.0` |
| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.54.0` | `1.57.0` |
| [github.com/coregx/gxpdf](https://github.com/coregx/gxpdf) | `0.8.3` | `0.9.4` |
| [github.com/pdfcpu/pdfcpu](https://github.com/pdfcpu/pdfcpu) | `0.13.0` | `0.15.0` |



Updates `charm.land/bubbles/v2` from 2.1.1 to 2.2.0
- [Release notes](https://github.com/charmbracelet/bubbles/releases)
- [Commits](charmbracelet/bubbles@v2.1.1...v2.2.0)

Updates `charm.land/bubbletea/v2` from 2.0.8 to 2.0.9
- [Release notes](https://github.com/charmbracelet/bubbletea/releases)
- [Commits](charmbracelet/bubbletea@v2.0.8...v2.0.9)

Updates `charm.land/catwalk` from 0.49.28 to 0.52.2
- [Release notes](https://github.com/charmbracelet/catwalk/releases)
- [Commits](charmbracelet/catwalk@v0.49.28...v0.52.2)

Updates `charm.land/fantasy` from 0.38.1 to 0.41.2
- [Release notes](https://github.com/charmbracelet/fantasy/releases)
- [Commits](charmbracelet/fantasy@v0.38.1...v0.41.2)

Updates `charm.land/lipgloss/v2` from 2.0.5 to 2.0.6
- [Release notes](https://github.com/charmbracelet/lipgloss/releases)
- [Commits](charmbracelet/lipgloss@v2.0.5...v2.0.6)

Updates `github.com/Arize-ai/openinference/go/openinference-semantic-conventions` from 0.1.1 to 0.1.3
- [Release notes](https://github.com/Arize-ai/openinference/releases)
- [Commits](Arize-ai/openinference@go/openinference-instrumentation/v0.1.1...java-openinference-instrumentation-v0.1.3)

Updates `github.com/charmbracelet/ultraviolet` from 0.0.0-20260713092251-4bee1914c0cf to 0.0.0-20260811164956-006e29f97886
- [Commits](https://github.com/charmbracelet/ultraviolet/commits)

Updates `github.com/charmbracelet/x/ansi` from 0.11.7 to 0.11.8
- [Commits](charmbracelet/x@ansi/v0.11.7...ansi/v0.11.8)

Updates `github.com/go-git/go-git/v5` from 5.19.1 to 5.19.2
- [Release notes](https://github.com/go-git/go-git/releases)
- [Changelog](https://github.com/go-git/go-git/blob/main/HISTORY.md)
- [Commits](go-git/go-git@v5.19.1...v5.19.2)

Updates `github.com/labstack/echo/v5` from 5.3.0 to 5.3.1
- [Release notes](https://github.com/labstack/echo/releases)
- [Changelog](https://github.com/labstack/echo/blob/master/CHANGELOG.md)
- [Commits](labstack/echo@v5.3.0...v5.3.1)

Updates `github.com/lucasb-eyer/go-colorful` from 1.4.0 to 1.4.1
- [Release notes](https://github.com/lucasb-eyer/go-colorful/releases)
- [Changelog](https://github.com/lucasb-eyer/go-colorful/blob/master/CHANGELOG.md)
- [Commits](lucasb-eyer/go-colorful@v1.4.0...v1.4.1)

Updates `github.com/mattn/go-isatty` from 0.0.23 to 0.0.24
- [Commits](mattn/go-isatty@v0.0.23...v0.0.24)

Updates `github.com/modelcontextprotocol/go-sdk` from 1.6.1 to 1.7.0
- [Release notes](https://github.com/modelcontextprotocol/go-sdk/releases)
- [Commits](modelcontextprotocol/go-sdk@v1.6.1...v1.7.0)

Updates `github.com/ncruces/go-sqlite3` from 0.35.2 to 0.35.3
- [Release notes](https://github.com/ncruces/go-sqlite3/releases)
- [Commits](ncruces/go-sqlite3@v0.35.2...v0.35.3)

Updates `github.com/openai/openai-go/v3` from 3.44.0 to 3.50.0
- [Release notes](https://github.com/openai/openai-go/releases)
- [Changelog](https://github.com/openai/openai-go/blob/main/CHANGELOG.md)
- [Commits](openai/openai-go@v3.44.0...v3.50.0)

Updates `github.com/pressly/goose/v3` from 3.27.2 to 3.27.3
- [Release notes](https://github.com/pressly/goose/releases)
- [Changelog](https://github.com/pressly/goose/blob/main/CHANGELOG.md)
- [Commits](pressly/goose@v3.27.2...v3.27.3)

Updates `github.com/sourcegraph/jsonrpc2` from 0.2.1 to 0.2.2
- [Release notes](https://github.com/sourcegraph/jsonrpc2/releases)
- [Commits](sourcegraph/jsonrpc2@v0.2.1...v0.2.2)

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

Updates `go.opentelemetry.io/otel` from 1.44.0 to 1.45.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.44.0...v1.45.0)

Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace` from 1.44.0 to 1.45.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.44.0...v1.45.0)

Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc` from 1.44.0 to 1.45.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.44.0...v1.45.0)

Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp` from 1.44.0 to 1.45.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.44.0...v1.45.0)

Updates `go.opentelemetry.io/otel/metric` from 1.44.0 to 1.45.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.44.0...v1.45.0)

Updates `go.opentelemetry.io/otel/sdk` from 1.44.0 to 1.45.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.44.0...v1.45.0)

Updates `go.opentelemetry.io/otel/trace` from 1.44.0 to 1.45.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.44.0...v1.45.0)

Updates `golang.design/x/clipboard` from 0.8.0 to 0.9.0
- [Release notes](https://github.com/golang-design/clipboard/releases)
- [Commits](golang-design/clipboard@v0.8.0...v0.9.0)

Updates `golang.org/x/exp` from 0.0.0-20260709172345-9ea1abe57597 to 0.0.0-20260718201538-764159d718ef
- [Commits](https://github.com/golang/exp/commits)

Updates `golang.org/x/net` from 0.57.0 to 0.58.0
- [Commits](golang/net@v0.57.0...v0.58.0)

Updates `golang.org/x/text` from 0.40.0 to 0.41.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.40.0...v0.41.0)

Updates `modernc.org/sqlite` from 1.54.0 to 1.57.0
- [Changelog](https://gitlab.com/cznic/sqlite/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.54.0...v1.57.0)

Updates `github.com/coregx/gxpdf` from 0.8.3 to 0.9.4
- [Release notes](https://github.com/coregx/gxpdf/releases)
- [Changelog](https://github.com/coregx/gxpdf/blob/main/CHANGELOG.md)
- [Commits](coregx/gxpdf@v0.8.3...v0.9.4)

Updates `github.com/pdfcpu/pdfcpu` from 0.13.0 to 0.15.0
- [Release notes](https://github.com/pdfcpu/pdfcpu/releases)
- [Commits](pdfcpu/pdfcpu@v0.13.0...v0.15.0)

---
updated-dependencies:
- dependency-name: charm.land/bubbles/v2
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: charm.land/bubbletea/v2
  dependency-version: 2.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: charm.land/catwalk
  dependency-version: 0.52.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: charm.land/fantasy
  dependency-version: 0.41.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: charm.land/lipgloss/v2
  dependency-version: 2.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/Arize-ai/openinference/go/openinference-semantic-conventions
  dependency-version: 0.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/charmbracelet/ultraviolet
  dependency-version: 0.0.0-20260811164956-006e29f97886
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/charmbracelet/x/ansi
  dependency-version: 0.11.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/go-git/go-git/v5
  dependency-version: 5.19.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/labstack/echo/v5
  dependency-version: 5.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/lucasb-eyer/go-colorful
  dependency-version: 1.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/mattn/go-isatty
  dependency-version: 0.0.24
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/modelcontextprotocol/go-sdk
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/ncruces/go-sqlite3
  dependency-version: 0.35.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/openai/openai-go/v3
  dependency-version: 3.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/pressly/goose/v3
  dependency-version: 3.27.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/sourcegraph/jsonrpc2
  dependency-version: 0.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/stretchr/testify
  dependency-version: 1.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: go.opentelemetry.io/otel
  dependency-version: 1.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace
  dependency-version: 1.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
  dependency-version: 1.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp
  dependency-version: 1.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: go.opentelemetry.io/otel/metric
  dependency-version: 1.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: go.opentelemetry.io/otel/sdk
  dependency-version: 1.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: go.opentelemetry.io/otel/trace
  dependency-version: 1.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: golang.design/x/clipboard
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: golang.org/x/exp
  dependency-version: 0.0.0-20260718201538-764159d718ef
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: golang.org/x/net
  dependency-version: 0.58.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: golang.org/x/text
  dependency-version: 0.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: modernc.org/sqlite
  dependency-version: 1.57.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/coregx/gxpdf
  dependency-version: 0.9.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/pdfcpu/pdfcpu
  dependency-version: 0.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

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

dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: area: 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.

@dependabot @github

dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Aug 31, 2026
@dependabot
dependabot Bot deleted the dependabot/go_modules/all-cd107bc182 branch August 31, 2026 09:23
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