Bump orjson to 3.10.12 (#131752)

changelog: https://github.com/ijl/orjson/compare/3.10.11...3.10.12
This commit is contained in:
J. Nick Koston 2024-11-27 16:35:49 -08:00 committed by GitHub
parent bf4d6d2029
commit eac6673c2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@ ifaddr==0.2.0
Jinja2==3.1.4 Jinja2==3.1.4
lru-dict==1.3.0 lru-dict==1.3.0
mutagen==1.47.0 mutagen==1.47.0
orjson==3.10.11 orjson==3.10.12
packaging>=23.1 packaging>=23.1
paho-mqtt==1.6.1 paho-mqtt==1.6.1
Pillow==11.0.0 Pillow==11.0.0

View File

@ -59,7 +59,7 @@ dependencies = [
"Pillow==11.0.0", "Pillow==11.0.0",
"propcache==0.2.0", "propcache==0.2.0",
"pyOpenSSL==24.2.1", "pyOpenSSL==24.2.1",
"orjson==3.10.11", "orjson==3.10.12",
"packaging>=23.1", "packaging>=23.1",
"psutil-home-assistant==0.0.1", "psutil-home-assistant==0.0.1",
"python-slugify==8.0.4", "python-slugify==8.0.4",

View File

@ -30,7 +30,7 @@ cryptography==43.0.1
Pillow==11.0.0 Pillow==11.0.0
propcache==0.2.0 propcache==0.2.0
pyOpenSSL==24.2.1 pyOpenSSL==24.2.1
orjson==3.10.11 orjson==3.10.12
packaging>=23.1 packaging>=23.1
psutil-home-assistant==0.0.1 psutil-home-assistant==0.0.1
python-slugify==8.0.4 python-slugify==8.0.4