Skip to content

Commit 8e00eb7

Browse files
chore(deps-dev): update ruff requirement from ^0.8.0 to ^0.9.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.8.0...0.9.1) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 20cfaa9 commit 8e00eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pytz = "^2024.1"
2424
[tool.poetry.dev-dependencies]
2525
pytest = "8.3.4"
2626
pytest-cov = "^6.0.0"
27-
ruff = "^0.8.0"
27+
ruff = "^0.9.1"
2828
pre-commit = "^4.0.0"
2929

3030
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)