Bump orjson to 3.10.18 (#143943)

This commit is contained in:
J. Nick Koston 2025-04-30 14:03:38 +02:00 committed by GitHub
parent e24082be9a
commit ae118da5a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -46,7 +46,7 @@ Jinja2==3.1.6
lru-dict==1.3.0 lru-dict==1.3.0
mutagen==1.47.0 mutagen==1.47.0
numpy==2.2.2 numpy==2.2.2
orjson==3.10.16 orjson==3.10.18
packaging>=23.1 packaging>=23.1
paho-mqtt==2.1.0 paho-mqtt==2.1.0
Pillow==11.2.1 Pillow==11.2.1

View File

@ -86,7 +86,7 @@ dependencies = [
"Pillow==11.2.1", "Pillow==11.2.1",
"propcache==0.3.1", "propcache==0.3.1",
"pyOpenSSL==25.0.0", "pyOpenSSL==25.0.0",
"orjson==3.10.16", "orjson==3.10.18",
"packaging>=23.1", "packaging>=23.1",
"psutil-home-assistant==0.0.1", "psutil-home-assistant==0.0.1",
# pymicro_vad is indirectly imported from onboarding via the import chain # pymicro_vad is indirectly imported from onboarding via the import chain

2
requirements.txt generated
View File

@ -38,7 +38,7 @@ cryptography==44.0.1
Pillow==11.2.1 Pillow==11.2.1
propcache==0.3.1 propcache==0.3.1
pyOpenSSL==25.0.0 pyOpenSSL==25.0.0
orjson==3.10.16 orjson==3.10.18
packaging>=23.1 packaging>=23.1
psutil-home-assistant==0.0.1 psutil-home-assistant==0.0.1
pymicro-vad==1.0.1 pymicro-vad==1.0.1