From 7429e050a585b91f0f1859b2d9510c42d8179039 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 23:04:25 +0000 Subject: [PATCH] build(deps): bump ruff 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](https://github.com/astral-sh/ruff/compare/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] --- repo/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repo/pyproject.toml b/repo/pyproject.toml index 0f48866e..b3c82eb5 100644 --- a/repo/pyproject.toml +++ b/repo/pyproject.toml @@ -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]