Skip to content

Commit 3a8a645

Browse files
Bump ruff from 0.9.10 to 0.11.0 in the dependencies group (#159)
Bumps the dependencies group with 1 update: [ruff](https://github.com/astral-sh/ruff). Updates `ruff` from 0.9.10 to 0.11.0 - [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.9.10...0.11.0) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9ef4fa4 commit 3a8a645

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

poetry.lock

+20-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ typing-extensions = "^4.10.0"
2828
[tool.poetry.group.dev.dependencies]
2929
mypy = ">=1.9,<1.15"
3030
poethepoet = ">=0.27.0,<0.31"
31-
ruff = ">=0.5.1,<0.10.0"
31+
ruff = ">=0.5.1,<0.12.0"
3232

3333
[tool.ruff]
3434
line-length = 79

0 commit comments

Comments
 (0)