Skip to content

Commit c4ee358

Browse files
deps: update ruff requirement from >=0.8.0 to >=0.15.10
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.8.0...0.15.10) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.10 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2b21628 commit c4ee358

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dev = [
3838
"pytest>=8.3.0",
3939
"pytest-asyncio>=0.24.0",
4040
"pytest-cov>=7.1.0",
41-
"ruff>=0.8.0",
41+
"ruff>=0.15.10",
4242
"mypy>=1.13.0",
4343
"httpx>=0.28.0",
4444
]

0 commit comments

Comments
 (0)