Skip to content

Commit

Permalink
build(deps): bump ruff
Browse files Browse the repository at this point in the history
Bumps the pinned-test-dependencies group with 1 update in the /repo directory: [ruff](https://github.com/astral-sh/ruff).


Updates `ruff` from 0.4.4 to 0.4.9
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.4.4...v0.4.9)

---
updated-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>
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent 2ebd878 commit 7429e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repo/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ tuf-on-ci-update-targets = "tuf_on_ci:update_targets"
[project.optional-dependencies]
lint = [
"mypy == 1.10.0",
"ruff == 0.4.4",
"ruff == 0.4.9",
]

[tool.hatch.version]
Expand Down

0 comments on commit 7429e05

Please sign in to comment.