Skip to content

Commit 96e456b

Browse files
build(deps): bump the pinned-test-dependencies group across 2 directories with 1 update (#590)
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.11.6 to 0.11.7 - [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.11.6...0.11.7) Updates `ruff` from 0.11.6 to 0.11.7 - [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.11.6...0.11.7) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.11.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pinned-test-dependencies - dependency-name: ruff dependency-version: 0.11.7 dependency-type: direct:production update-type: version-update:semver-patch 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 d5689b6 commit 96e456b

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
@@ -32,7 +32,7 @@ tuf-on-ci-update-targets = "tuf_on_ci:update_targets"
3232
[project.optional-dependencies]
3333
lint = [
3434
"mypy == 1.15.0",
35-
"ruff == 0.11.6",
35+
"ruff == 0.11.7",
3636
]
3737

3838
[tool.hatch.version]

signer/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ tuf-on-ci-sign = "tuf_on_ci_sign:sign"
3030
[project.optional-dependencies]
3131
lint = [
3232
"mypy == 1.15.0",
33-
"ruff == 0.11.6",
33+
"ruff == 0.11.7",
3434
]
3535

3636
[tool.hatch.version]

0 commit comments

Comments
 (0)