Bump ruff from 0.8.6 to 0.11.2

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.8.6 to 0.11.2.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.8.6...0.11.2)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-03-24 07:36:34 +00:00 committed by GitHub
parent b7b2b562ce
commit 31ccc1edc5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 303 additions and 63 deletions

364
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -101,7 +101,7 @@ pyright = "^1.1.390"
pytest = "^8.3.4"
pytest-asyncio = "^0.24.0"
pytest-timeout = "^2.3.1"
ruff = "^0.8.2"
ruff = ">=0.8.2,<0.12.0"
semversioner = "^2.0.5"
update-toml = "^0.2.1"
deptry = "^0.21.1"