Skip to content

Commit 79fc438

Browse files
chore(deps-dev): update ruff requirement from ^0.6 to ^0.13
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.6.0...0.13.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.13.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bfe150a commit 79fc438

File tree

2 files changed

+24
-23
lines changed

2 files changed

+24
-23
lines changed

poetry.lock

Lines changed: 23 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rich = "^13"
1515

1616
[tool.poetry.group.dev.dependencies]
1717
pytest = "^8"
18-
ruff = "^0.6"
18+
ruff = ">=0.6,<0.14"
1919
black = "^24.8"
2020
mypy = "^1.11"
2121

0 commit comments

Comments
 (0)