Skip to content

Commit 673d7d3

Browse files
Update ruff requirement from >=0.5.1,<0.9.4 to >=0.5.1,<0.9.5 (#237)
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.1...0.9.4) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d39cb7b commit 673d7d3

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
@@ -29,7 +29,7 @@ aiohttp = "^3.8.5"
2929
pydantic = ">=2.0,<3.0"
3030

3131
[tool.poetry.group.dev.dependencies]
32-
ruff = ">=0.5.1,<0.9.4"
32+
ruff = ">=0.5.1,<0.9.5"
3333
mypy = "^1.14.1"
3434
pytest = "^8.3.4"
3535
types-requests = "^2.32.0.20241016"

0 commit comments

Comments
 (0)