Skip to content

Commit a5c4219

Browse files
build(deps): bump ruff from 0.15.4 to 0.15.6 in /pydantic-ai (#37)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.4 to 0.15.6. - [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.4...0.15.6) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3a17377 commit a5c4219

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pydantic-ai/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies = [
1313
[project.optional-dependencies]
1414
dev = [
1515
"pytest",
16-
"ruff==0.15.4",
16+
"ruff==0.15.6",
1717
]
1818

1919
[tool.setuptools.packages.find]

pydantic-ai/requirements.txt

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

77
pytest
8-
ruff==0.15.5
8+
ruff==0.15.6

0 commit comments

Comments
 (0)