mirror of
https://github.com/home-assistant/core.git
synced 2025-04-28 03:07:50 +00:00
Bump orjson to 3.9.15 (#111233)
changelog: https://github.com/ijl/orjson/compare/3.9.14...3.9.15
This commit is contained in:
parent
5b8591ec7e
commit
5d6687503e
@ -38,7 +38,7 @@ janus==1.0.0
|
|||||||
Jinja2==3.1.3
|
Jinja2==3.1.3
|
||||||
lru-dict==1.3.0
|
lru-dict==1.3.0
|
||||||
mutagen==1.47.0
|
mutagen==1.47.0
|
||||||
orjson==3.9.14
|
orjson==3.9.15
|
||||||
packaging>=23.1
|
packaging>=23.1
|
||||||
paho-mqtt==1.6.1
|
paho-mqtt==1.6.1
|
||||||
Pillow==10.2.0
|
Pillow==10.2.0
|
||||||
|
@ -47,7 +47,7 @@ dependencies = [
|
|||||||
"cryptography==42.0.3",
|
"cryptography==42.0.3",
|
||||||
# pyOpenSSL 23.2.0 is required to work with cryptography 41+
|
# pyOpenSSL 23.2.0 is required to work with cryptography 41+
|
||||||
"pyOpenSSL==24.0.0",
|
"pyOpenSSL==24.0.0",
|
||||||
"orjson==3.9.14",
|
"orjson==3.9.15",
|
||||||
"packaging>=23.1",
|
"packaging>=23.1",
|
||||||
"pip>=21.3.1",
|
"pip>=21.3.1",
|
||||||
"python-slugify==8.0.1",
|
"python-slugify==8.0.1",
|
||||||
|
@ -23,7 +23,7 @@ lru-dict==1.3.0
|
|||||||
PyJWT==2.8.0
|
PyJWT==2.8.0
|
||||||
cryptography==42.0.3
|
cryptography==42.0.3
|
||||||
pyOpenSSL==24.0.0
|
pyOpenSSL==24.0.0
|
||||||
orjson==3.9.14
|
orjson==3.9.15
|
||||||
packaging>=23.1
|
packaging>=23.1
|
||||||
pip>=21.3.1
|
pip>=21.3.1
|
||||||
python-slugify==8.0.1
|
python-slugify==8.0.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user