Skip to content

Commit d85c293

Browse files
authored
Upgrade linters (#463)
These are currently grouped with other things in dependabot and those other things are lagging behind... so update at least these.
1 parent 643ca03 commit d85c293

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

repo/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ tuf-on-ci-update-targets = "tuf_on_ci:update_targets"
2929

3030
[project.optional-dependencies]
3131
lint = [
32-
"mypy == 1.11.0",
33-
"ruff == 0.5.4",
32+
"mypy == 1.13.0",
33+
"ruff == 0.7.1",
3434
]
3535

3636
[tool.hatch.version]

signer/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ tuf-on-ci-sign = "tuf_on_ci_sign:sign"
2323

2424
[project.optional-dependencies]
2525
lint = [
26-
"mypy == 1.10.0",
27-
"ruff == 0.4.4",
26+
"mypy == 1.13.0",
27+
"ruff == 0.7.1",
2828
]
2929

3030
[tool.hatch.version]

0 commit comments

Comments
 (0)