Skip to content

Commit 8805f4d

Browse files
authored
Merge pull request #2 from team23/dependabot/pip/ruff-gte-0.0.284-and-lt-0.0.287
build(deps-dev): update ruff requirement from >=0.0.284,<0.0.286 to >=0.0.284,<0.0.287
2 parents d8d68eb + 533ef1d commit 8805f4d

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"
26-
ruff = ">=0.0.284,<0.0.286"
26+
ruff = ">=0.0.284,<0.0.287"
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)