Skip to content

Commit 6fc2283

Browse files
build(deps-dev): update ruff requirement from ^0.14.0 to ^0.15.0
Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [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.14.0...0.15.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5ffb56f commit 6fc2283

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ aws-xray-sdk = "^2.13.0"
1616

1717
[tool.poetry.group.dev.dependencies]
1818
black = "^26.1.0"
19-
ruff = "^0.14.0"
19+
ruff = "^0.15.0"
2020
pytest = "^9.0.0"
2121
pytest-mock = "^3.14.0"
2222
pytest-cov = "^7.0.0"

0 commit comments

Comments
 (0)