Compare commits

..

1 commit

Author SHA1 Message Date
dependabot[bot]
ed4d619a7a
Bump ruff from 0.15.16 to 0.15.20
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.16 to 0.15.20.
- [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.15.16...0.15.20)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-25 20:22:51 +00:00

View file

@ -48,7 +48,7 @@ test = [
]
lint = [
"pylint==4.0.5",
"ruff==0.15.16",
"ruff==0.15.20",
]
docs = [
"sphinx>=7,<10",