Compare commits

..

No commits in common. "8b369d0cae078ec3aedbbe1b4b6bb3cbefeaf628" and "480d23a8ee36b43ee16b3eebe3b96cda095ee064" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View file

@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Run hassfest validation - name: Run hassfest validation
uses: home-assistant/actions/hassfest@e3fb68ebda13d88a0d695082f471ba2c83d025fb # master uses: home-assistant/actions/hassfest@f4ca6f671bd429efb108c0f2fa0ae8af0215986c # master
hacs: # https://github.com/hacs/action hacs: # https://github.com/hacs/action
name: HACS validation name: HACS validation

View file

@ -1,7 +1,7 @@
# Project/dev tooling NO Home Assistant here # Project/dev tooling NO Home Assistant here
colorlog>=6.12.0,<6.13.0 colorlog>=6.11.0,<6.12.0
pre-commit>=4.6.0,<4.7.0 pre-commit>=4.6.0,<4.7.0
ruff>=0.16.0,<0.17.0 ruff>=0.15.22,<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)