Skip to content

Commit 6867407

Browse files
build(deps-dev): bump ruff from 0.8.6 to 0.9.3 (#417)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.8.6 to 0.9.3. - [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.8.6...0.9.3) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 76bb939 commit 6867407

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

poetry.lock

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ faust-streaming = {version = ">=0.10.11,<0.12.0", optional = true}
2929

3030
[tool.poetry.group.dev.dependencies]
3131
mypy = "^1"
32-
ruff = "^0.8"
32+
ruff = ">=0.8,<0.10"
3333
pytest = ">=7,<9"
3434
pytest-cov = ">=4,<6"
3535
pytest-mock = "^3.10.0"

0 commit comments

Comments
 (0)