Skip to content

Commit

Permalink
build(deps): bump the pinned-test-dependencies group across 2 directo…
Browse files Browse the repository at this point in the history
…ries 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](astral-sh/ruff@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](astral-sh/ruff@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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 7, 2025
1 parent 2cff5eb commit a9c0e43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion repo/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion signer/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit a9c0e43

Please sign in to comment.