fix requirements for webcolors

This commit is contained in:
Alex O'Connell
2024-06-09 20:24:35 -04:00
parent 9f8014deed
commit 7c0b3ab89c
2 changed files with 3 additions and 3 deletions

View File

@@ -11,6 +11,6 @@
"requirements": [ "requirements": [
"requests>=2.31.0", "requests>=2.31.0",
"huggingface-hub==0.23.0", "huggingface-hub==0.23.0",
"webcolors>=1.13" "webcolors<=1.13"
] ]
} }

View File

@@ -13,9 +13,9 @@ deep-translator
langcodes langcodes
# integration requirements # integration requirements
requests==2.31.0 requests>=2.31.0
huggingface-hub==0.23.0 huggingface-hub==0.23.0
webcolors==1.13 webcolors<=1.13
# types from Home Assistant # types from Home Assistant
homeassistant>=2024.6.1 homeassistant>=2024.6.1