Skip to content

Commit d35a34e

Browse files
build(deps): update ruff requirement (#366)
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.11.8) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.11.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5e56a28 commit d35a34e

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
@@ -40,7 +40,7 @@ aiohttp = "^3.8.1"
4040
mkdocs = { version = "^1.3.0", extras = ["docs"] }
4141
mkdocstrings = { version = ">=0.18.1,<0.27.0", extras = ["docs"] }
4242
mkdocs-material = { version = ">=8.2.9,<10.0.0", extras = ["docs"] }
43-
ruff = ">=0.5.1,<0.11.8"
43+
ruff = ">=0.5.1,<0.11.9"
4444

4545
[tool.poetry.dev-dependencies]
4646
mypy = "^1.0"

0 commit comments

Comments
 (0)