Set Pillow to fixed 12.1 (#212)

This commit is contained in:
Christiaan Goossens
2026-02-22 17:41:32 +01:00
committed by GitHub
parent 624b5ec189
commit b146441a23
2 changed files with 33 additions and 29 deletions

View File

@@ -17,7 +17,7 @@ requires-python = "~=3.14.2"
[dependency-groups]
dev = [
"homeassistant~=2026.1",
"homeassistant~=2026.2",
"pylint~=4.0",
"pytest~=9.0.0",
"pytest-asyncio~=1.3.0",
@@ -32,6 +32,7 @@ build-backend = "hatchling.build"
[tool.uv]
managed = true
override-dependencies = ["pillow~=12.1"]
[tool.hatch.metadata]
allow-direct-references = true