diff --git a/repo/pyproject.toml b/repo/pyproject.toml index 783275ec..bf9dbc84 100644 --- a/repo/pyproject.toml +++ b/repo/pyproject.toml @@ -29,8 +29,8 @@ tuf-on-ci-update-targets = "tuf_on_ci:update_targets" [project.optional-dependencies] lint = [ - "mypy == 1.11.0", - "ruff == 0.5.4", + "mypy == 1.13.0", + "ruff == 0.7.1", ] [tool.hatch.version] diff --git a/signer/pyproject.toml b/signer/pyproject.toml index 3aaa153b..d5956325 100644 --- a/signer/pyproject.toml +++ b/signer/pyproject.toml @@ -23,8 +23,8 @@ tuf-on-ci-sign = "tuf_on_ci_sign:sign" [project.optional-dependencies] lint = [ - "mypy == 1.10.0", - "ruff == 0.4.4", + "mypy == 1.13.0", + "ruff == 0.7.1", ] [tool.hatch.version]