Compare commits

..

7 commits

Author SHA1 Message Date
dependabot[bot]
c4fa3cc857
chore(deps): update pre-commit requirement
Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pre-commit/pre-commit/compare/v4.6.0...v4.6.1)

---
updated-dependencies:
- dependency-name: pre-commit
  dependency-version: 4.6.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-24 00:10:39 +00: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
Julian Pawlowski
480d23a8ee
Merge pull request #183 from jpawlowski/dependabot/github_actions/astral-sh/setup-uv-9.0.0
Some checks are pending
Lint / Ruff (push) Waiting to run
Validate / Hassfest validation (push) Waiting to run
Validate / HACS validation (push) Waiting to run
chore(deps): bump astral-sh/setup-uv from 8.3.1 to 9.0.0
2026-07-23 07:24:20 +02:00
dependabot[bot]
77e3e157a2
chore(deps): bump astral-sh/setup-uv from 8.3.1 to 9.0.0
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 8.3.1 to 9.0.0.
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](f98e069381...c771a70e62)

---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

View file

@ -34,7 +34,7 @@ jobs:
python-version: "3.14"
- name: Install uv
uses: astral-sh/setup-uv@f98e06938123ccabd21905ea5d0069192241f9f1 # v8.3.1
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
with:
version: "0.9.3"

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.1,<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)