Skip to content

Commit 0711c9f

Browse files
Update ruff requirement from ^0.14.7 to ^0.15.4 (#89)
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.14.7...0.15.4) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: MarcielTorres <marcielribeirotorres@gmail.com>
1 parent 8aa6a3f commit 0711c9f

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
@@ -15,7 +15,7 @@ aiohttp = "3.13.3"
1515
pytest = "^9.0.2"
1616
pytest-cov = "^6.0.0"
1717
pytest-asyncio = "^1.3.0"
18-
ruff = "^0.14.7"
18+
ruff = "^0.15.4"
1919

2020
[tool.pytest.ini_options]
2121
testpaths = ["tests",]

0 commit comments

Comments
 (0)