Skip to content

Commit d378911

Browse files
build(deps): bump the pinned-test-dependencies group across 2 directories with 1 update (#508)
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.6 to 0.9.1 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.8.6...0.9.1) Updates `ruff` from 0.8.6 to 0.9.1 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.8.6...0.9.1) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pinned-test-dependencies - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pinned-test-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fa2c161 commit d378911

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

repo/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ tuf-on-ci-update-targets = "tuf_on_ci:update_targets"
3030
[project.optional-dependencies]
3131
lint = [
3232
"mypy == 1.14.1",
33-
"ruff == 0.8.6",
33+
"ruff == 0.9.1",
3434
]
3535

3636
[tool.hatch.version]

signer/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ tuf-on-ci-sign = "tuf_on_ci_sign:sign"
2424
[project.optional-dependencies]
2525
lint = [
2626
"mypy == 1.14.1",
27-
"ruff == 0.8.6",
27+
"ruff == 0.9.1",
2828
]
2929

3030
[tool.hatch.version]

0 commit comments

Comments
 (0)