Skip to content

Commit 0c6c139

Browse files
deps: update ruff requirement from ~=0.2.2 to ~=0.14.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@v0.2.2...0.14.1) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6a26407 commit 0c6c139

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
@@ -44,7 +44,7 @@ dev = [
4444
"tox~=4.13",
4545
]
4646
lint = [
47-
"ruff~=0.2.2",
47+
"ruff~=0.14.1",
4848
"mypy~=1.8",
4949
]
5050
test = [

0 commit comments

Comments
 (0)