From a9c0e431eea64008a66b85efa4bd1945734fc0ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 10:18:20 +0200 Subject: [PATCH] build(deps): bump the pinned-test-dependencies group across 2 directories with 1 update (#503) 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.8.4 to 0.8.6 - [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.8.4...0.8.6) Updates `ruff` from 0.8.4 to 0.8.6 - [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.8.4...0.8.6) --- 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 3d760a5..a830b09 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.8.4", + "ruff == 0.8.6", ] [tool.hatch.version] diff --git a/signer/pyproject.toml b/signer/pyproject.toml index ac4a81a..d4784bd 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.8.4", + "ruff == 0.8.6", ] [tool.hatch.version]