Skip to content

Commit 7e2292b

Browse files
build(deps-dev): update ruff requirement from ^0.10.0 to ^0.11.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.10.0...0.11.0) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 57c5781 commit 7e2292b

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 = "^25.1.0"
19-
ruff = "^0.10.0"
19+
ruff = "^0.11.0"
2020
pytest = "^8.2.0"
2121
pytest-mock = "^3.14.0"
2222
pytest-cov = "^6.0.0"

0 commit comments

Comments
 (0)