Skip to content

Commit 7c7c849

Browse files
build(deps-dev): update ruff requirement from <0.1.11 to <0.1.14 (#865)
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...v0.1.13) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4bef386 commit 7c7c849

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
@@ -58,7 +58,7 @@ lint = [
5858
"mypy ~= 1.1",
5959
# NOTE(ww): ruff is under active development, so we pin conservatively here
6060
# and let Dependabot periodically perform this update.
61-
"ruff < 0.1.11",
61+
"ruff < 0.1.14",
6262
"types-requests",
6363
# TODO(ww): Re-enable once dependency on types-cryptography is dropped.
6464
# See: https://github.com/python/typeshed/issues/8699

0 commit comments

Comments
 (0)