We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 643ca03 commit d85c293Copy full SHA for d85c293
repo/pyproject.toml
@@ -29,8 +29,8 @@ tuf-on-ci-update-targets = "tuf_on_ci:update_targets"
29
30
[project.optional-dependencies]
31
lint = [
32
- "mypy == 1.11.0",
33
- "ruff == 0.5.4",
+ "mypy == 1.13.0",
+ "ruff == 0.7.1",
34
]
35
36
[tool.hatch.version]
signer/pyproject.toml
@@ -23,8 +23,8 @@ tuf-on-ci-sign = "tuf_on_ci_sign:sign"
23
24
25
26
- "mypy == 1.10.0",
27
- "ruff == 0.4.4",
28
0 commit comments