Skip to content

Commit 197d561

Browse files
dependabot[bot]Hermes Agent
andauthored
Update ruff requirement from >=0.12 to >=0.15.21 (#9)
* Update ruff requirement from >=0.12 to >=0.15.21 Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [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.12.0...0.15.21) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.21 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> * chore: regenerate uv.lock for ruff 0.15.21 + merge main --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Hermes Agent <hermes@olmeko.local>
1 parent 7a4e1ab commit 197d561

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies = [
99
]
1010

1111
[project.optional-dependencies]
12-
dev = ["pytest>=8.0", "httpx>=0.27", "pyright>=1.1", "ruff>=0.12"]
12+
dev = ["pytest>=8.0", "httpx>=0.27", "pyright>=1.1", "ruff>=0.15.21"]
1313

1414
[tool.pytest.ini_options]
1515
testpaths = ["tests"]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)