Merge pull request #166 from jpawlowski/dependabot/pip/ruff-gte-0.15.20-and-lt-0.16.0
Some checks failed
Deploy Docusaurus Documentation (Dual Sites) / Build and Deploy Documentation Sites (push) Has been cancelled
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.16 to >=0.15.20,<0.16.0
This commit is contained in:
Julian Pawlowski 2026-06-28 00:17:51 +02:00 committed by GitHub
commit e94130953f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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