Update Go and Python dependencies to latest versions#30
Merged
Conversation
Resolve open Dependabot alerts and freshen the module: - golang.org/x/crypto -> v0.54.0 (fixes GHSA-9m57-25v3-79x9 and 12 others) - golang.org/x/net -> v0.57.0 - github.com/quic-go/quic-go -> v0.60.0 - shirou/gopsutil v3 -> v4.26.6 (major; import paths only, API compatible) - plus all remaining direct minors: otel 1.44, go-redis 9.21, modernc/sqlite 1.53, memberlist, nats-server, gorm, google api, gocloud. govulncheck confirms the x/crypto, x/net and quic-go vulnerabilities are no longer reachable. github.com/docker/docker remains at v28.5.2: the patched v29.3.1 is not yet published to the Go module proxy, so it cannot be bumped today. Verified: golangci-lint (v1.64.8), go test ./..., native + 6-target cross-build, and govulncheck all pass.
Resolve open Dependabot alerts and freshen the lockfile: - aiohttp -> 3.14.1, idna -> 3.18 (both flagged, now patched) - pyzmq 26 -> 27.1.0 and ruff 0.13 -> 0.15.21 (relaxed pyproject bounds) - plus all remaining minors via `uv lock --upgrade` (nats-py, redis, sqlalchemy, requests, certifi, ...). diskcache has no fixed release upstream and is left as-is. The orphaned forge-python/poetry.lock (project uses setuptools + uv) was removed in the companion dependency-update commit. Verified: uv sync --frozen, ruff check (0.15), compileall, uv build, pytest, and contract tests all pass.
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.
No description provided.