Skip to content

Commit 60967b1

Browse files
chore(deps-dev): Update ruff requirement
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.5.0...0.11.0) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d84d9b1 commit 60967b1

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
@@ -17,7 +17,7 @@ pytest-cov = ">=3,<7"
1717
pytest-mock = "^3.8.2"
1818
anyio = {extras = ["trio"], version = ">=3.6.1,<5.0.0"}
1919
tox = ">=3.26,<5.0"
20-
ruff = ">=0.5.0,<0.10.0"
20+
ruff = ">=0.5.0,<0.12.0"
2121
pyright = ">=1.1.350,<1.2"
2222

2323
[tool.ruff]

0 commit comments

Comments
 (0)