Skip to content

Commit b3ed414

Browse files
build(deps): bump the pinned-test-dependencies group across 2 directories with 1 update (#677)
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.13.2 to 0.13.3 - [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.13.2...0.13.3) Updates `ruff` from 0.13.2 to 0.13.3 - [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.13.2...0.13.3) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.13.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pinned-test-dependencies - dependency-name: ruff dependency-version: 0.13.3 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 e0adc80 commit b3ed414

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.18.2",
35-
"ruff == 0.13.2",
35+
"ruff == 0.13.3",
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.18.2",
33-
"ruff == 0.13.2",
33+
"ruff == 0.13.3",
3434
]
3535

3636
[tool.hatch.version]

0 commit comments

Comments
 (0)