Compare commits

...

6 commits

Author SHA1 Message Date
Julian Pawlowski
8b369d0cae
Merge pull request #184 from jpawlowski/dependabot/github_actions/home-assistant/actions/hassfest-e3fb68ebda13d88a0d695082f471ba2c83d025fb
Some checks are pending
Lint / Ruff (push) Waiting to run
Validate / Hassfest validation (push) Waiting to run
Validate / HACS validation (push) Waiting to run
2026-07-24 02:11:36 +02:00
Julian Pawlowski
8025fb600d
Merge pull request #186 from jpawlowski/dependabot/pip/ruff-gte-0.16.0-and-lt-0.17.0 2026-07-24 02:08:48 +02:00
Julian Pawlowski
9bedafa278
Merge pull request #187 from jpawlowski/dependabot/pip/colorlog-gte-6.12.0-and-lt-6.13.0 2026-07-24 02:08:26 +02:00
dependabot[bot]
a0263b64b7
chore(deps): update colorlog requirement
Updates the requirements on [colorlog](https://github.com/borntyping/python-colorlog) to permit the latest version.
- [Release notes](https://github.com/borntyping/python-colorlog/releases)
- [Commits](https://github.com/borntyping/python-colorlog/compare/v6.11.0...v6.12.0)

---
updated-dependencies:
- dependency-name: colorlog
  dependency-version: 6.12.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-23 20:43:34 +00:00
dependabot[bot]
bcac138c59
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.22...0.16.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-23 20:43:29 +00:00
dependabot[bot]
13f3820369
chore(deps): bump home-assistant/actions/hassfest
Bumps [home-assistant/actions/hassfest](https://github.com/home-assistant/actions) from f4ca6f671bd429efb108c0f2fa0ae8af0215986c to e3fb68ebda13d88a0d695082f471ba2c83d025fb.
- [Release notes](https://github.com/home-assistant/actions/releases)
- [Commits](f4ca6f671b...e3fb68ebda)

---
updated-dependencies:
- dependency-name: home-assistant/actions/hassfest
  dependency-version: e3fb68ebda13d88a0d695082f471ba2c83d025fb
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-21 20:43:15 +00:00
2 changed files with 3 additions and 3 deletions

View file

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

View file

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