Skip to content

Commit f6f3734

Browse files
chore(deps): Update ruff requirement in /spiffe in the dev-tools group
Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `ruff` to 0.15.1 - [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.0...0.15.1) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.1 dependency-type: direct:development dependency-group: dev-tools ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7d7d512 commit f6f3734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spiffe/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Repository = "https://github.com/HewlettPackard/py-spiffe"
2121

2222
[dependency-groups]
2323
dev = [
24-
"ruff>=0.13,<0.14",
24+
"ruff>=0.13,<0.16",
2525
"mypy>=1.19,<2",
2626
"pyright>=1.1.406,<2",
2727
"grpcio-tools>=1.76.0,<2",

0 commit comments

Comments
 (0)