Skip to content

Commit bdf0826

Browse files
build(deps-dev): update ruff requirement from <0.0.292 to <0.0.293 (#786)
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/BREAKING_CHANGES.md) - [Commits](astral-sh/ruff@v0.0.18...v0.0.292) --- 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 503cfe9 commit bdf0826

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.0.292",
61+
"ruff < 0.0.293",
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)