Skip to content

Commit 6bc0e42

Browse files
dependabot[bot]facutuesca
authored andcommitted
Update ruff requirement from ~=0.13.0 to ~=0.14.0 in the python group
Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `ruff` to 0.14.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.13.0...0.14.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.0 dependency-type: direct:production dependency-group: python ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a64c35a commit 6bc0e42

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 @@ test = ["pytest", "pytest-cov", "pretend", "coverage[toml]"]
2323
lint = [
2424
# NOTE: ruff is under active development, so we pin conservatively here
2525
# and let Dependabot periodically perform this update.
26-
"ruff ~= 0.13.0",
26+
"ruff ~= 0.14.0",
2727
"mypy >= 1.0",
2828
"types-html5lib",
2929
"types-requests",

0 commit comments

Comments
 (0)