We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1cba9c commit 72d2541Copy full SHA for 72d2541
repo/pyproject.toml
@@ -32,7 +32,7 @@ tuf-on-ci-update-targets = "tuf_on_ci:update_targets"
32
[project.optional-dependencies]
33
lint = [
34
"mypy == 1.14.1",
35
- "ruff == 0.9.3",
+ "ruff == 0.9.4",
36
]
37
38
[tool.hatch.version]
signer/pyproject.toml
@@ -30,7 +30,7 @@ tuf-on-ci-sign = "tuf_on_ci_sign:sign"
30
31
0 commit comments