Skip to content

Commit 60c0dfd

Browse files
build(deps): bump ruff from 0.15.2 to 0.15.4 in /claude-agent-sdk
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.2 to 0.15.4. - [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.15.2...0.15.4) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ca610f7 commit 60c0dfd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

claude-agent-sdk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies = [
1414
[project.optional-dependencies]
1515
dev = [
1616
"pytest",
17-
"ruff==0.15.2",
17+
"ruff==0.15.4",
1818
]
1919

2020
[tool.setuptools.packages.find]

claude-agent-sdk/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ aiohttp>=3.13.3
66
python-dotenv==1.2.1
77

88
pytest
9-
ruff==0.15.2
9+
ruff==0.15.4

0 commit comments

Comments
 (0)