8000 build(deps-dev): update ruff requirement from <0.0.225 to <0.0.226 (#… · tetsuo-cpp/sigstore-python@9584081 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9584081

Browse files
build(deps-dev): update ruff requirement from <0.0.225 to <0.0.226 (sigstore#464)
Updates the requirements on [ruff](https://github.com/charliermarsh/ruff) to permit the latest version. - [Release notes](https://github.com/charliermarsh/ruff/releases) - [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](astral-sh/ruff@v0.0.18...v0.0.225) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d3f972a commit 9584081

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
@@ -62,7 +62,7 @@ lint = [
6262
"mypy",
6363
# NOTE(ww): ruff is under active development, so we pin conservatively here
6464
# and let Dependabot periodically perform this update.
65-
"ruff < 0.0.225",
65+
"ruff < 0.0.226",
6666
"types-requests",
6767
# Needed for protocol typing in 3.7; remove when our minimum Python is 3.8.
6868
"typing-extensions; python_version < '3.8'",

0 commit comments

Comments
 (0)
0