Skip to content

Commit 6d8ef4c

Browse files
dependabot[bot]facutuesca
authored andcommitted
Update ruff requirement in the python group
Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `ruff` to 0.15.0 - [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.11.8...0.15.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.0 dependency-type: direct:development dependency-group: python ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a12a79c commit 6d8ef4c

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
@@ -27,7 +27,7 @@ test = ["pytest", "pytest-cov", "pretend", "coverage[toml]"]
2727
lint = [
2828
# NOTE: ruff is under active development, so we pin conservatively here
2929
# and let Dependabot periodically perform this update.
30-
"ruff >= 0.11.8,< 0.15.0",
30+
"ruff >= 0.11.8,< 0.16.0",
3131
"mypy >= 1.0",
3232
"types-html5lib",
3333
"types-requests",

0 commit comments

Comments
 (0)