Skip to content

Commit fec7464

Browse files
Update ruff requirement in the deps group
Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `ruff` to 0.14.0 - [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.9.1...0.14.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.0 dependency-type: direct:production dependency-group: deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fe8e8b6 commit fec7464

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dev = [
4040
"pytest-mock>=3.14.0,<4",
4141
"pytest-asyncio>=0.23.0,<1.3",
4242
"pytest-watch>=4.2.0,<5",
43-
"ruff>=0.9.1,<0.14.0",
43+
"ruff>=0.9.1,<0.15.0",
4444
"pyright>=1.1.403",
4545
]
4646

0 commit comments

Comments
 (0)