Skip to content

Commit 6e6e20c

Browse files
build(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@v0.0.284...v0.1.0) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5429ded commit 6e6e20c

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
@@ -23,7 +23,7 @@ pytest-asyncio = "^0.21.1"
2323
mypy = ">=0.971,<2.0"
2424
tox = ">=3.26,<5.0"
2525
httpx = ">=0.24.1,<0.26.0"
26-
ruff = ">=0.0.284,<0.1.0"
26+
ruff = ">=0.0.284,<0.2.0"
2727

2828
[tool.ruff]
2929
select = ["F","E","W","C","I","N","UP","ANN","S","B","A","COM","C4","T20","PT","ARG","TD","RUF"]

0 commit comments

Comments
 (0)