Skip to content

Commit ce702b1

Browse files
chore(deps): Update ruff requirement
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 ce702b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spiffe-tls/pyproject.toml

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

1818
[dependency-groups]
1919
dev = [
20-
"ruff>=0.13,<0.14",
20+
"ruff>=0.13,<0.16",
2121
"mypy>=1.19,<2",
2222
"mypy-protobuf>=5,<6",
2323
"types-pyOpenSSL>=24.1,<25",

0 commit comments

Comments
 (0)