From bb9e76441f556fce0ef488ae36421ceff835329a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 22:13:07 +0000 Subject: [PATCH] build(deps): bump the pinned-test-dependencies group across 3 directories with 2 updates Bumps the pinned-test-dependencies group with 1 update in the /actions directory: [zizmor](https://github.com/zizmorcore/zizmor). Bumps the pinned-test-dependencies group with 1 update in the /repo directory: [ruff](https://github.com/astral-sh/ruff). Bumps the pinned-test-dependencies group with 1 update in the /signer directory: [ruff](https://github.com/astral-sh/ruff). Updates `zizmor` from 1.16.0 to 1.16.2 - [Release notes](https://github.com/zizmorcore/zizmor/releases) - [Changelog](https://github.com/zizmorcore/zizmor/blob/main/docs/release-notes.md) - [Commits](https://github.com/zizmorcore/zizmor/compare/v1.16.0...v1.16.2) Updates `ruff` from 0.14.2 to 0.14.3 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.14.2...0.14.3) Updates `ruff` from 0.14.2 to 0.14.3 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.14.2...0.14.3) --- updated-dependencies: - dependency-name: zizmor dependency-version: 1.16.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pinned-test-dependencies - dependency-name: ruff dependency-version: 0.14.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pinned-test-dependencies - dependency-name: ruff dependency-version: 0.14.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pinned-test-dependencies ... Signed-off-by: dependabot[bot] --- actions/lint-requirements.txt | 2 +- repo/pyproject.toml | 2 +- signer/pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/actions/lint-requirements.txt b/actions/lint-requirements.txt index 32397a4..22ad919 100644 --- a/actions/lint-requirements.txt +++ b/actions/lint-requirements.txt @@ -1 +1 @@ -zizmor == 1.16.0 \ No newline at end of file +zizmor == 1.16.2 \ No newline at end of file diff --git a/repo/pyproject.toml b/repo/pyproject.toml index 0b9fc1a..00a1359 100644 --- a/repo/pyproject.toml +++ b/repo/pyproject.toml @@ -32,7 +32,7 @@ tuf-on-ci-update-targets = "tuf_on_ci:update_targets" [project.optional-dependencies] lint = [ "mypy == 1.18.2", - "ruff == 0.14.2", + "ruff == 0.14.3", ] [tool.hatch.version] diff --git a/signer/pyproject.toml b/signer/pyproject.toml index f2cea14..da725ab 100644 --- a/signer/pyproject.toml +++ b/signer/pyproject.toml @@ -30,7 +30,7 @@ tuf-on-ci-sign = "tuf_on_ci_sign:sign" [project.optional-dependencies] lint = [ "mypy == 1.18.2", - "ruff == 0.14.2", + "ruff == 0.14.3", ] [tool.hatch.version]