10000 build(deps-dev): update ruff requirement from <0.0.242 to <0.0.244 (#… · tetsuo-cpp/sigstore-python@1de1ee9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1de1ee9

Browse files
build(deps-dev): update ruff requirement from <0.0.242 to <0.0.244 (sigstore#494)
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.243) --- 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 ec27ddf commit 1de1ee9

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

0 commit comments

Comments
 (0)
0