Skip to content

Commit cf3c0a0

Browse files
Update ruff requirement from ^0.11.2 to ^0.12.1
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.11.2...0.12.1) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.12.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2613ffc commit cf3c0a0

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.11.2"
19+
ruff = "^0.12.2"
2020
httpx = "0.28.1"
2121

2222
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)