mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 03:03:17 +01:00
Ensure Brotli >= 1.2.0 (#160229)
This commit is contained in:
@@ -129,6 +129,9 @@ multidict>=6.0.2
|
|||||||
# Version 2.0 added typing, prevent accidental fallbacks
|
# Version 2.0 added typing, prevent accidental fallbacks
|
||||||
backoff>=2.0
|
backoff>=2.0
|
||||||
|
|
||||||
|
# Brotli 1.2.0 fixes CVE and is required for aiohttp 3.13.3 compatibility
|
||||||
|
Brotli>=1.2.0
|
||||||
|
|
||||||
# ensure pydantic version does not float since it might have breaking changes
|
# ensure pydantic version does not float since it might have breaking changes
|
||||||
pydantic==2.12.2
|
pydantic==2.12.2
|
||||||
|
|
||||||
|
|||||||
@@ -120,6 +120,9 @@ multidict>=6.0.2
|
|||||||
# Version 2.0 added typing, prevent accidental fallbacks
|
# Version 2.0 added typing, prevent accidental fallbacks
|
||||||
backoff>=2.0
|
backoff>=2.0
|
||||||
|
|
||||||
|
# Brotli 1.2.0 fixes CVE and is required for aiohttp 3.13.3 compatibility
|
||||||
|
Brotli>=1.2.0
|
||||||
|
|
||||||
# ensure pydantic version does not float since it might have breaking changes
|
# ensure pydantic version does not float since it might have breaking changes
|
||||||
pydantic==2.12.2
|
pydantic==2.12.2
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user