From c6778be9a820487e20115e6415daed327efe1245 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 22:48:39 +0000 Subject: [PATCH] build(deps): bump the pinned-test-dependencies group across 2 directories with 1 update 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 `ruff` from 0.9.2 to 0.9.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.9.2...0.9.3) Updates `ruff` from 0.9.2 to 0.9.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.9.2...0.9.3) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pinned-test-dependencies - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pinned-test-dependencies ... Signed-off-by: dependabot[bot] --- repo/pyproject.toml | 2 +- signer/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/repo/pyproject.toml b/repo/pyproject.toml index 7d3562c..e1715e5 100644 --- a/repo/pyproject.toml +++ b/repo/pyproject.toml @@ -30,7 +30,7 @@ tuf-on-ci-update-targets = "tuf_on_ci:update_targets" [project.optional-dependencies] lint = [ "mypy == 1.14.1", - "ruff == 0.9.2", + "ruff == 0.9.3", ] [tool.hatch.version] diff --git a/signer/pyproject.toml b/signer/pyproject.toml index 2e98044..2e88b1f 100644 --- a/signer/pyproject.toml +++ b/signer/pyproject.toml @@ -24,7 +24,7 @@ tuf-on-ci-sign = "tuf_on_ci_sign:sign" [project.optional-dependencies] lint = [ "mypy == 1.14.1", - "ruff == 0.9.2", + "ruff == 0.9.3", ] [tool.hatch.version]