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

Skip to content 8000

Commit 15db032

Browse files
build(deps-dev): update ruff requirement from <0.0.244 to <0.0.245 (sigstore#497)
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.244) --- 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> Co-authored-by: Alex Cameron <asc@tetsuo.sh>
1 parent 5161c31 commit 15db032

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.244",
66+
"ruff < 0.0.245",
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