chore(deps): Bump the python-runtime group across 1 directory with 4 updates - #119
Merged
Merged
Conversation
…updates Bumps the python-runtime group with 4 updates in the / directory: [websockets](https://github.com/python-websockets/websockets), [ruff](https://github.com/astral-sh/ruff), [coverage](https://github.com/coveragepy/coveragepy) and [claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-python). Updates `websockets` from 17.0 to 17.0.1 - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](python-websockets/websockets@17.0...17.0.1) Updates `ruff` from 0.16.1 to 0.16.2 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.16.1...0.16.2) Updates `coverage` from 7.15.2 to 7.15.4 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.15.2...7.15.4) Updates `claude-agent-sdk` from 0.2.128 to 0.2.132 - [Release notes](https://github.com/anthropics/claude-agent-sdk-python/releases) - [Changelog](https://github.com/anthropics/claude-agent-sdk-python/blob/main/CHANGELOG.md) - [Commits](anthropics/claude-agent-sdk-python@v0.2.128...v0.2.132) --- updated-dependencies: - dependency-name: websockets dependency-version: 17.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-runtime - dependency-name: ruff dependency-version: 0.16.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-runtime - dependency-name: coverage dependency-version: 7.15.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-runtime - dependency-name: claude-agent-sdk dependency-version: 0.2.132 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-runtime ... Signed-off-by: dependabot[bot] <support@github.com>
Dependabot changed requirements.txt and requirements-ai.txt but not the two assertions in test_repository_policy.py that pin them, so CI failed on `websockets==17.0` -- the guard doing exactly its job. websockets 17.0 -> 17.0.1: the upstream tag-to-tag diff removes Server.wrap() and reworks the asyncio server, but all of that is SERVER-side and dhanhq.marketfeed is a client. Its whole surface is three names -- websockets.connect, websockets.ConnectionClosed and websockets.protocol.State.CLOSED -- and all three were confirmed present in 17.0.1. That rules out the import-time "runner fails to start" failure this pin guards against, but not transport behaviour, which needs a real socket. claude-agent-sdk 0.2.128 -> 0.2.132: SL Hunting's transport. Operator decision: both are active paths (MARKET_DATA_SOURCE=WEBSOCKET, SL_HUNTING_ENABLED=true) but every strategy is PAPER (LIVE_TRADING_ENABLED=false), so validation happens on the next run rather than ahead of the merge -- a bad feed costs a session, not money. Revert the pin first if the feed does not tick. ruff 0.16.1 -> 0.16.2 was verified clean against the whole repo in an isolated venv before this commit. coverage 7.15.2 -> 7.15.4 is dev-only. Co-Authored-By: Claude Opus 5 <noreply@anthropic.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 python-runtime group with 4 updates in the / directory: websockets, ruff, coverage and claude-agent-sdk.
Updates
websocketsfrom 17.0 to 17.0.1Release notes
Sourced from websockets's releases.
Commits
fd3f16cRelease version 17.0.1.3e4634aRemove superfluous "no cover" pragmas.b93ef1eAdd tests for the asyncio server.fef04d8Fix backpressure in the Trio implementation.eb3600cRestore compatibility of serve_forever with uvloop.8b5e767Simplify asyncio server implementation.94f6384Refactor connection handling outside of Server class.3826993Unpin sphinx.31ec002Add Trio to requirements for building docs.ff7a7fbIncrease timeout for building wheels.Updates
rufffrom 0.16.1 to 0.16.2Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
Commits
5b48a04Bump 0.16.2 (#27555)1b9e5fcUpdate Swatinem/rust-cache action to v2.9.2 (#27568)c4e86fc[ty] Add helper extension methods for half-range and equality constraints (#2...17a00de[ty] Reuse primer commands in memory reports (#27553)6ea296b[ty] Normalize type labels in structured docstrings (#26923)2fc445f[ty] Diagnose invalid getattr calls (#27502)22c7823[ty] Enable (but downrank) auto-import completion suggestions from stub-only ...05160d5[ty] Diagnose invalid descriptor__get__calls (#27400)baea3d0[ty] Expose strict analysis options in the playground (#27543)c88946e[ty] Bump ecosystem-analyzer for strict project settings (#27542)Updates
coveragefrom 7.15.2 to 7.15.4Release notes
Sourced from coverage's releases.
Changelog
Sourced from coverage's changelog.
Commits
4c0e7ffdocs: sample HTML for 7.15.4db4cc32docs: prep for 7.15.4c33085cstyle: start gradual move to ruff 0.1653a0fd5fix: neutralize control characters in lcov report fields (#2226)b64d53dbuild: make 3.15 wheels53792abbuild: show the python version for kitsf6b03c7chore: make upgrade_one package=cibuildwheeld9b660achore: make upgradeb128a31docs: oops, move this entry to the correct placea7a2c15fix: escape filename urls in html report href attributes (#2227)Updates
claude-agent-sdkfrom 0.2.128 to 0.2.132Release notes
Sourced from claude-agent-sdk's releases.
... (truncated)
Changelog
Sourced from claude-agent-sdk's changelog.
Commits
6c754dfdocs: update changelog for v0.2.1327d28ac3chore: release v0.2.132b95e101chore: bump bundled CLI version to 2.1.22471142dadocs: update changelog for v0.2.131c199707chore: release v0.2.13127ef957chore: bump bundled CLI version to 2.1.223e8238a3docs: update changelog for v0.2.13052af923chore: release v0.2.1309d97fd1chore: bump bundled CLI version to 2.1.22260ecf63docs: update changelog for v0.2.129Dependabot 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