Compare commits

...

2 commits

Author SHA1 Message Date
Julian Pawlowski
d9d2bb528e
Merge pull request #154 from jpawlowski:dependabot/pip/ruff-gte-0.15.16-and-lt-0.16.0
Some checks failed
Lint / Ruff (push) Has been cancelled
Validate / Hassfest validation (push) Has been cancelled
Validate / HACS validation (push) Has been cancelled
chore(deps): update ruff requirement from <0.16.0,>=0.15.15 to >=0.15.16,<0.16.0
2026-06-05 15:40:12 +02:00
dependabot[bot]
87ac150818
chore(deps): update ruff requirement
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](https://github.com/astral-sh/ruff/compare/0.15.15...0.15.16)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.15.16
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-04 20:43:19 +00:00

View file

@ -1,7 +1,7 @@
# Project/dev tooling NO Home Assistant here
colorlog>=6.10.1,<6.11.0
pre-commit>=4.6.0,<4.7.0
ruff>=0.15.15,<0.16.0
ruff>=0.15.16,<0.16.0
zlib_ng>=1.0.0,<1.1.0
isal>=1.8.0,<1.9.0
# Must match HA_VERSION in scripts/setup/bootstrap exactly (1:1 mapping)