Skip to content

Commit 93e8c86

Browse files
build(deps-dev): update ruff requirement from <0.14.10 to <0.14.11 (#1638)
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@v0.0.18...0.14.10) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.10 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a09f80a commit 93e8c86

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
@@ -64,7 +64,7 @@ lint = [
6464
"mypy ~= 1.1",
6565
# NOTE(ww): ruff is under active development, so we pin conservatively here
6666
# and let Dependabot periodically perform this update.
67-
"ruff < 0.14.10",
67+
"ruff < 0.14.11",
6868
"types-requests",
6969
"types-pyOpenSSL",
7070
]

0 commit comments

Comments
 (0)