chore(deps): bump the go group across 1 directory with 7 updates - #59
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the go group across 1 directory with 7 updates#59dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the go group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/anthropics/anthropic-sdk-go](https://github.com/anthropics/anthropic-sdk-go) | `1.38.0` | `1.56.0` | | [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) | `5.2.5` | `5.3.1` | | [github.com/go-chi/httprate](https://github.com/go-chi/httprate) | `0.15.0` | `0.16.0` | | [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) | `5.9.2` | `5.10.0` | | [github.com/openai/openai-go/v3](https://github.com/openai/openai-go) | `3.33.0` | `3.41.1` | | [github.com/pressly/goose/v3](https://github.com/pressly/goose) | `3.27.1` | `3.27.2` | Updates `github.com/anthropics/anthropic-sdk-go` from 1.38.0 to 1.56.0 - [Release notes](https://github.com/anthropics/anthropic-sdk-go/releases) - [Changelog](https://github.com/anthropics/anthropic-sdk-go/blob/main/CHANGELOG.md) - [Commits](anthropics/anthropic-sdk-go@v1.38.0...v1.56.0) Updates `github.com/go-chi/chi/v5` from 5.2.5 to 5.3.1 - [Release notes](https://github.com/go-chi/chi/releases) - [Changelog](https://github.com/go-chi/chi/blob/master/CHANGELOG.md) - [Commits](go-chi/chi@v5.2.5...v5.3.1) Updates `github.com/go-chi/httprate` from 0.15.0 to 0.16.0 - [Release notes](https://github.com/go-chi/httprate/releases) - [Commits](go-chi/httprate@v0.15.0...v0.16.0) Updates `github.com/jackc/pgx/v5` from 5.9.2 to 5.10.0 - [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md) - [Commits](jackc/pgx@v5.9.2...v5.10.0) Updates `github.com/openai/openai-go/v3` from 3.33.0 to 3.41.1 - [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.33.0...v3.41.1) Updates `github.com/pressly/goose/v3` from 3.27.1 to 3.27.2 - [Release notes](https://github.com/pressly/goose/releases) - [Changelog](https://github.com/pressly/goose/blob/main/CHANGELOG.md) - [Commits](pressly/goose@v3.27.1...v3.27.2) Updates `golang.org/x/crypto` from 0.50.0 to 0.52.0 - [Commits](golang/crypto@v0.50.0...v0.52.0) --- updated-dependencies: - dependency-name: github.com/anthropics/anthropic-sdk-go dependency-version: 1.56.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: github.com/go-chi/chi/v5 dependency-version: 5.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: github.com/go-chi/httprate dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: github.com/jackc/pgx/v5 dependency-version: 5.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: github.com/openai/openai-go/v3 dependency-version: 3.41.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: github.com/pressly/goose/v3 dependency-version: 3.27.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go - dependency-name: golang.org/x/crypto dependency-version: 0.52.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the go group with 6 updates in the / directory:
1.38.01.56.05.2.55.3.10.15.00.16.05.9.25.10.03.33.03.41.13.27.13.27.2Updates
github.com/anthropics/anthropic-sdk-gofrom 1.38.0 to 1.56.0Release notes
Sourced from github.com/anthropics/anthropic-sdk-go's releases.
... (truncated)
Changelog
Sourced from github.com/anthropics/anthropic-sdk-go's changelog.
... (truncated)
Commits
b0e07bbrelease: 1.56.0bd037f0feat(api): add agent-memory-2026-07-22 beta header20fc675release: 1.55.15334242chore(api): remove some nonfunctional types from the SDKse9e55c1release: 1.55.04cedec3feat(api): add support for Managed Agents event delta streaming, agent overri...0d53ec3codegen metadata1ac9b88release: 1.54.01012ad4feat(api): add support for claude-sonnet-57ae106cfix(agenttoolset): allow absolute paths that resolve inside workdir (#93)Updates
github.com/go-chi/chi/v5from 5.2.5 to 5.3.1Release notes
Sourced from github.com/go-chi/chi/v5's releases.
... (truncated)
Commits
8b258c7ci: pin GitHub Actions to full commit SHAs (#1116)caf87e6feat(mux): support http QUERY method ietf rfc10008 (#1132)7fcb8a2middleware: document printPrettyStack and harden NoColor panic test (#1131)878fe71Fix defaultLogEntry.Panic not respecting NoColor setting (#1050)d7b767bfeat(middleware): add text/xml and application/xml to default compressible ty...3b50c7cTidy build directives (#1113)2b9fca2Honor Discard() in httpFancyWriter.ReadFrom (#1110)3b17157feat: middleware.ClientIP, a replacement for middleware.RealIP (#967)818fdcffix: set Request.Pattern from RoutePattern() (#1097)f975af0Fix typo in Route doc comment (#1073)Updates
github.com/go-chi/httpratefrom 0.15.0 to 0.16.0Release notes
Sourced from github.com/go-chi/httprate's releases.
Commits
741b4a5Deprecate spoofable RealIP rate-limiting; add LimitBy + KeyFromContext and mo...81255deperf: use zero-alloc xxh3.HashString on the local counter hot path (#60)0c2093atest: replace golang.org/x/sync/errgroup with sync.WaitGroup (#59)89e5ccalocal counter: align windows to reset at sub-millisecond counter start (#58)be2ba84replace fmt with strconv to reduce allocations (#55)Updates
github.com/jackc/pgx/v5from 5.9.2 to 5.10.0Changelog
Sourced from github.com/jackc/pgx/v5's changelog.
Commits
7293fb1Update changelog for v5.10.01ade285pgconn: document secure connection configurationb4d6d4dpgtype: bound range, multirange, and tsvector binary decoders0639b37pgconn: add ParseConfigOptions.ConnStringAllowedKeysb28e65bpgtype: bound array element count against remaining message bytescd1f389pgtype: bound array binary decode element length against remaining bytesff27b5bpgtype: bound hstore binary decode against malicious server inputa6002e1pgproto3: default Frontend max message body length to ~1 GiB44f6173pgconn: cap server-supplied SCRAM iteration count1a976f7pgconn: add require_auth to restrict accepted server auth methodsUpdates
github.com/openai/openai-go/v3from 3.33.0 to 3.41.1Release notes
Sourced from github.com/openai/openai-go/v3's releases.
... (truncated)
Changelog
Sourced from github.com/openai/openai-go/v3's changelog.
... (truncated)
Commits
d814520release: 3.41.148e6e9fPrevent OpenAI credentials from being sent to Azure endpoints (#698)9fc5189ci: Harden GitHub Actions workflows (#690)a8bd01adocs: fix Azure API versioning link (#649)0960859ci: declare contents:read on create-releases and detect-breaking-changes (#665)83efaf1release: 3.41.0dd78eadfeat(api): update OpenAPI spec or Stainless config8b6b6a7release: 3.40.012da0a2codegen metadata746dcf5feat(api): manual updatesUpdates
github.com/pressly/goose/v3from 3.27.1 to 3.27.2Release notes
Sourced from github.com/pressly/goose/v3's releases.
Changelog
Sourced from github.com/pressly/goose/v3's changelog.
Commits
b0f7076release: v3.27.26669df2build(deps): bump github.com/opencontainers/runc from 1.3.3 to 1.3.6 in /inte...f61f5b9build(deps): bump the gomod group across 1 directory with 4 updates (#1086)90d5b3abuild(deps): bump actions/checkout from 6 to 7 (#1081)cef6bb7build(deps): bump golang crypto and net to FIX CVEs (#1083)f2c327abuild(deps): bump the gomod group across 1 directory with 7 updates (#1079)d0bee40Docs: mention MariaDB support (#1071)Updates
golang.org/x/cryptofrom 0.50.0 to 0.52.0Commits
a1c0d99go.mod: update golang.org/x dependencies3c7c869ssh: fix deadlock on unexpected channel responses533fb3fssh: fix source-address critical option bypassabbc44dssh: fix incorrect operator ordere052873ssh: fix infinite loop on large channel writes due to integer overflowb61cf85ssh: enforce user presence verification for security keys9c2cd33ssh: enforce strict limits on DSA key parameters8907318ssh: reject RSA keys with excessively large moduliffd87b4ssh: fix panic when authority callbacks are nil4e7a738ssh: fix deadlock on unexpected global responsesDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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