Skip to content

Commit 11c227b

Browse files
dependabot[bot]facutuesca
authored andcommitted
Update ruff requirement from ~=0.12.0 to ~=0.13.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.13.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.12.0...0.13.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.13.0 dependency-type: direct:production dependency-group: python ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6cb177e commit 11c227b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ test = ["pytest", "pytest-cov", "pretend", "coverage[toml]", "requests-mock"]
3131
lint = [
3232
# NOTE: ruff is under active development, so we pin conservatively here
3333
# and let Dependabot periodically perform this update.
34-
"ruff ~= 0.12.0",
34+
"ruff ~= 0.13.0",
3535
"mypy >= 1.0",
3636
"types-html5lib",
3737
"types-requests",

0 commit comments

Comments
 (0)