Skip to content

Commit c2dff9f

Browse files
build(deps): bump ruff from 0.15.9 to 0.15.10 in /openai-agents-sdk
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.9 to 0.15.10. - [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.9...0.15.10) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 53eddae commit c2dff9f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

openai-agents-sdk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ test = [
1616
]
1717
dev = [
1818
"bolt-python-support-agent-openai-agentkit[test]",
19-
"ruff==0.15.9",
19+
"ruff==0.15.10",
2020
]
2121

2222
[tool.setuptools.packages.find]

openai-agents-sdk/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ openai-agents
55
python-dotenv==1.2.2
66

77
pytest
8-
ruff==0.15.9
8+
ruff==0.15.10

0 commit comments

Comments
 (0)