Skip to content

Commit c02e968

Browse files
Update ruff requirement from ^0.12.2 to ^0.13.2
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.2...0.13.2) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.13.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 01884ea commit c02e968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ psycopg = { extras = ['binary'], version = '^3.2.4' }
1616
[tool.poetry.group.dev.dependencies]
1717
pytest = "8.4.1"
1818
pytest-cov = "^6.0.0"
19-
ruff = "^0.12.2"
19+
ruff = "^0.13.2"
2020
httpx = "0.28.1"
2121

2222
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)