Skip to content

Commit 194120e

Browse files
dependabot[bot]woodruffw
authored andcommitted
build(deps-dev): update ruff requirement in the pip 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@v0.0.18...0.15.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.0 dependency-type: direct:development dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1deb654 commit 194120e

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
@@ -30,7 +30,7 @@ requires-python = ">=3.11"
3030
lint = [
3131
# NOTE: ruff is under active development, so we pin conservatively here
3232
# and let Dependabot periodically perform this update.
33-
"ruff < 0.14.14",
33+
"ruff < 0.15.1",
3434
"mypy >= 1.0",
3535
"types-pyyaml",
3636
"types-pyOpenSSL",

0 commit comments

Comments
 (0)